Tomato
#EA4E2E
RedColor Codes
All color formats for development
HEX
#EA4E2ERGB
rgb(234, 78, 46)HSL
hsl(10, 82%, 55%)OKLCH
oklch(0.636 0.198 33.4)CMYK
cmyk(0%, 67%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63917
2#CC3314
3#B32D12
4#99260F
5#80200D
6#66190A
7#4D1308
8#330D05
9#1A0603
Tints
Lighter variations
1#EC5F43
2#EE7158
3#F1836D
4#F39582
5#F5A697
6#F7B8AB
7#F9CAC0
8#FBDCD5
9#FDEDEA
Tones
Muted variations
1#E15438
2#D85A41
3#CE604A
4#C56754
5#BB6D5D
6#B27367
7#A87970
8#9F8079
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9CC #F9CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A4 #F4A494 | BordersInactive statesPlaceholder text |
| 400 | EF75 #EF755D | Disabled statesSecondary iconsMuted text |
| 500 | EA4E #EA4E2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC33 #CC3314 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A228 #A22810 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 741D #741D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A12 #4A1207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DF;
--tomato-200: #F9CCC3;
--tomato-300: #F4A494;
--tomato-400: #EF755D;
--tomato-500: #EA4E2E;
--tomato-600: #CC3314;
--tomato-700: #A22810;
--tomato-800: #741D0B;
--tomato-900: #4A1207;
--tomato-950: #2E0C05;
}