Design language comparison
Cursor vs Replit
Both Cursor and Replit commit to a dark-canvas approach, and they pair different display families (ui-monospace vs ABC Diatype). Beyond surface, motion levels are both subtle.
Palette · side by side
Up to 8 dominant swatches eachSide A · dark
Cursor
Full Page
#666666
foreground
#000000
foreground
#ffffff
background
Side B · dark
Replit
Full Page
#000000
foreground
#898c94
foreground
#2f3034
foreground
#ffffff
background
#76716f
foreground
#ff3c00
accent
#191818
foreground
#52545a
foreground
Typography · side by side
Primary family + weight ladder + sampleSide A · dark
Cursor
Full Page
- Display
- ui-monospace
- Body
- -apple-system
- Mono
- ui-monospace
- Weights
- 200
Sample
The quick brown fox jumps over the lazy dog.
1234567890 — Body sample renders in the captured family if your browser has it; otherwise system fallback signals the weight ladder.
Side B · dark
Replit
Full Page
- Display
- ABC Diatype
- Body
- ABC Diatype
- Weights
- 400 · 500
Sample
The quick brown fox jumps over the lazy dog.
1234567890 — Body sample renders in the captured family if your browser has it; otherwise system fallback signals the weight ladder.
Spacing scale · side by side
Base unit + first 8 scale valuesSide A · dark
Cursor
Full Page
- Base unit
- 4 px
- Container max
- 1536 px
Side B · dark
Replit
Full Page
- Base unit
- 4 px
- Container max
- 1392 px
Motion vocabulary · side by side
Level + durations + easingsSide A · dark
Cursor
Full Page
- Level
- subtle
- Libraries
- —
Durations
Easings
Side B · dark
Replit
Full Page
- Level
- subtle
- Libraries
- Framer Motion
Durations
Easings
Palette & spacing overlap
Their palettes share 15% of swatches at the dominant tier — a quiet signal both teams drew from the same neutral library before applying brand accents. Their spacing scales overlap by 8% (12 px shared) — a rhythm any agent can transfer between the two systems with minimal recalibration.
Shared swatches (2)
Curator verdict
If you are building an interface that needs to reference both, Cursor's restraint reads as the safer default and Replit's rhythm provides the accent moments — pair them at section-level, not at component-level.