Tomato
#EB6960
RedColor Codes
All color formats for development
HEX
#EB6960RGB
rgb(235, 105, 96)HSL
hsl(4, 78%, 65%)OKLCH
oklch(0.678 0.163 26.3)CMYK
cmyk(0%, 55%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84E43
2#E43225
3#CF261A
4#B12016
5#941B12
6#76150F
7#59100B
8#3B0B07
9#1E0504
Tints
Lighter variations
1#ED7870
2#EF8780
3#F19690
4#F3A5A0
5#F5B4B0
6#F7C3BF
7#F9D2CF
8#FBE1DF
9#FDF0EF
Tones
Muted variations
1#E46F67
2#DD756E
3#D67C75
4#D0827C
5#C98883
6#C28E8A
7#BB9491
8#B49A98
9#ADA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C7 #F8C7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F29D #F29D97 | BordersInactive statesPlaceholder text |
| 400 | EB69 #EB6960 | Disabled statesSecondary iconsMuted text |
| 500 | E63F #E63F33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C824 #C82419 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F1D #9F1D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7115 #71150E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490D #490D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D08 #2D0806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE1DF;
--tomato-200: #F8C7C4;
--tomato-300: #F29D97;
--tomato-400: #EB6960;
--tomato-500: #E63F33;
--tomato-600: #C82419;
--tomato-700: #9F1D14;
--tomato-800: #71150E;
--tomato-900: #490D09;
--tomato-950: #2D0806;
}