Tomato
#EA442E
RedColor Codes
All color formats for development
HEX
#EA442ERGB
rgb(234, 68, 46)HSL
hsl(7, 82%, 55%)OKLCH
oklch(0.626 0.206 30.9)CMYK
cmyk(0%, 71%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E62F17
2#CC2A14
3#B32412
4#991F0F
5#801A0D
6#66150A
7#4D1008
8#330A05
9#1A0503
Tints
Lighter variations
1#EC5743
2#EE6958
3#F17C6D
4#F38F82
5#F5A297
6#F7B4AB
7#F9C7C0
8#FBDAD5
9#FDECEA
Tones
Muted variations
1#E14B38
2#D85341
3#CE5A4A
4#C56154
5#BB685D
6#B26F67
7#A87770
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 #FCE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C9 #F9C9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49F #F49F94 | BordersInactive statesPlaceholder text |
| 400 | EF6E #EF6E5D | Disabled statesSecondary iconsMuted text |
| 500 | EA44 #EA442E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC2A #CC2A14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A221 #A22110 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7418 #74180B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0F #4A0F07 | 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: #FEF3F1;
--tomato-100: #FCE2DF;
--tomato-200: #F9C9C3;
--tomato-300: #F49F94;
--tomato-400: #EF6E5D;
--tomato-500: #EA442E;
--tomato-600: #CC2A14;
--tomato-700: #A22110;
--tomato-800: #74180B;
--tomato-900: #4A0F07;
--tomato-950: #2E0905;
}