Tomato
#EB462D
RedColor Codes
All color formats for development
HEX
#EB462DRGB
rgb(235, 70, 45)HSL
hsl(8, 83%, 55%)OKLCH
oklch(0.63 0.206 31.5)CMYK
cmyk(0%, 70%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E73115
2#CD2C13
3#B42611
4#9A210E
5#801B0C
6#67160A
7#4D1007
8#330B05
9#1A0502
Tints
Lighter variations
1#ED5942
2#EF6B57
3#F17E6C
4#F39081
5#F5A396
6#F7B5AB
7#F9C8C0
8#FBDAD5
9#FDEDEA
Tones
Muted variations
1#E24D37
2#D85440
3#CF5B4A
4#C56253
5#BC695D
6#B27066
7#A97770
8#9F7E79
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CA #F9CAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5A1 #F5A194 | BordersInactive statesPlaceholder text |
| 400 | F06F #F06F5C | Disabled statesSecondary iconsMuted text |
| 500 | EB46 #EB462D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD2C #CD2C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A323 #A3230F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7519 #75190B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE2DE;
--tomato-200: #F9CAC2;
--tomato-300: #F5A194;
--tomato-400: #F06F5C;
--tomato-500: #EB462D;
--tomato-600: #CD2C13;
--tomato-700: #A3230F;
--tomato-800: #75190B;
--tomato-900: #4B1007;
--tomato-950: #2F0A04;
}