Tomato
#E84330
RedColor Codes
All color formats for development
HEX
#E84330RGB
rgb(232, 67, 48)HSL
hsl(6, 80%, 55%)OKLCH
oklch(0.622 0.205 30.3)CMYK
cmyk(0%, 71%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E32D19
2#CA2816
3#B12314
4#971E11
5#7E190E
6#65140B
7#4C0F08
8#320A06
9#190503
Tints
Lighter variations
1#EA5645
2#ED685A
3#EF7B6E
4#F18E83
5#F4A198
6#F6B4AC
7#F8C7C1
8#FAD9D6
9#FDECEA
Tones
Muted variations
1#DF4A3A
2#D65143
3#CD594C
4#C36055
5#BA685E
6#B16F68
7#A87671
8#9F7E7A
9#958583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39F #F39F95 | BordersInactive statesPlaceholder text |
| 400 | ED6D #ED6D5E | Disabled statesSecondary iconsMuted text |
| 500 | E843 #E84330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA28 #CA2816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A120 #A12012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7317 #73170D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE2DF;
--tomato-200: #F8C9C3;
--tomato-300: #F39F95;
--tomato-400: #ED6D5E;
--tomato-500: #E84330;
--tomato-600: #CA2816;
--tomato-700: #A12012;
--tomato-800: #73170D;
--tomato-900: #490F08;
--tomato-950: #2E0905;
}