Tomato
#EB402D
RedColor Codes
All color formats for development
HEX
#EB402DRGB
rgb(235, 64, 45)HSL
hsl(6, 83%, 55%)OKLCH
oklch(0.624 0.21 30.2)CMYK
cmyk(0%, 73%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E72A15
2#CD2613
3#B42111
4#9A1C0E
5#80180C
6#67130A
7#4D0E07
8#330905
9#1A0502
Tints
Lighter variations
1#ED5342
2#EF6657
3#F1796C
4#F38C81
5#F5A096
6#F7B3AB
7#F9C6C0
8#FBD9D5
9#FDECEA
Tones
Muted variations
1#E24837
2#D84F40
3#CF574A
4#C55F53
5#BC665D
6#B26E66
7#A97570
8#9F7D79
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C8 #F9C8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F59D #F59D94 | BordersInactive statesPlaceholder text |
| 400 | F06A #F06A5C | Disabled statesSecondary iconsMuted text |
| 500 | EB40 #EB402D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD26 #CD2613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A31E #A31E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7515 #75150B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0E #4B0E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F09 #2F0904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DE;
--tomato-200: #F9C8C2;
--tomato-300: #F59D94;
--tomato-400: #F06A5C;
--tomato-500: #EB402D;
--tomato-600: #CD2613;
--tomato-700: #A31E0F;
--tomato-800: #75150B;
--tomato-900: #4B0E07;
--tomato-950: #2F0904;
}