Tomato
#E84630
RedColor Codes
All color formats for development
HEX
#E84630RGB
rgb(232, 70, 48)HSL
hsl(7, 80%, 55%)OKLCH
oklch(0.625 0.202 31)CMYK
cmyk(0%, 70%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E33119
2#CA2B16
3#B12614
4#972111
5#7E1B0E
6#65160B
7#4C1008
8#320B06
9#190503
Tints
Lighter variations
1#EA5845
2#ED6B5A
3#EF7D6E
4#F19083
5#F4A298
6#F6B5AC
7#F8C7C1
8#FADAD6
9#FDECEA
Tones
Muted variations
1#DF4D3A
2#D65443
3#CD5B4C
4#C36255
5#BA695E
6#B17068
7#A87771
8#9F7E7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A0 #F3A095 | BordersInactive statesPlaceholder text |
| 400 | ED6F #ED6F5E | Disabled statesSecondary iconsMuted text |
| 500 | E846 #E84630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA2B #CA2B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A123 #A12312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7319 #73190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF3F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8CAC3;
--tomato-300: #F3A095;
--tomato-400: #ED6F5E;
--tomato-500: #E84630;
--tomato-600: #CA2B16;
--tomato-700: #A12312;
--tomato-800: #73190D;
--tomato-900: #491008;
--tomato-950: #2E0A05;
}