Tomato
#EA4A2E
RedColor Codes
All color formats for development
HEX
#EA4A2ERGB
rgb(234, 74, 46)HSL
hsl(9, 82%, 55%)OKLCH
oklch(0.632 0.201 32.3)CMYK
cmyk(0%, 68%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63617
2#CC3014
3#B32A12
4#99240F
5#801E0D
6#66180A
7#4D1208
8#330C05
9#1A0603
Tints
Lighter variations
1#EC5C43
2#EE6F58
3#F1816D
4#F39382
5#F5A597
6#F7B7AB
7#F9C9C0
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E15138
2#D85841
3#CE5E4A
4#C56554
5#BB6B5D
6#B27267
7#A87870
8#9F7F79
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 | F9CB #F9CBC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A3 #F4A394 | BordersInactive statesPlaceholder text |
| 400 | EF73 #EF735D | Disabled statesSecondary iconsMuted text |
| 500 | EA4A #EA4A2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC30 #CC3014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A226 #A22610 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 741B #741B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A11 #4A1107 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DF;
--tomato-200: #F9CBC3;
--tomato-300: #F4A394;
--tomato-400: #EF735D;
--tomato-500: #EA4A2E;
--tomato-600: #CC3014;
--tomato-700: #A22610;
--tomato-800: #741B0B;
--tomato-900: #4A1107;
--tomato-950: #2E0B05;
}