Tomato
#EA472E
RedColor Codes
All color formats for development
HEX
#EA472ERGB
rgb(234, 71, 46)HSL
hsl(8, 82%, 55%)OKLCH
oklch(0.629 0.204 31.6)CMYK
cmyk(0%, 70%, 80%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E63217
2#CC2D14
3#B32712
4#99220F
5#801C0D
6#66160A
7#4D1108
8#330B05
9#1A0603
Tints
Lighter variations
1#EC5A43
2#EE6C58
3#F17E6D
4#F39182
5#F5A397
6#F7B5AB
7#F9C8C0
8#FBDAD5
9#FDEDEA
Tones
Muted variations
1#E14E38
2#D85541
3#CE5C4A
4#C56354
5#BB6A5D
6#B27167
7#A87870
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 | F9CA #F9CAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4A1 #F4A194 | BordersInactive statesPlaceholder text |
| 400 | EF70 #EF705D | Disabled statesSecondary iconsMuted text |
| 500 | EA47 #EA472E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC2D #CC2D14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A224 #A22410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7419 #74190B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A10 #4A1007 | 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: #FEF3F1;
--tomato-100: #FCE2DF;
--tomato-200: #F9CAC3;
--tomato-300: #F4A194;
--tomato-400: #EF705D;
--tomato-500: #EA472E;
--tomato-600: #CC2D14;
--tomato-700: #A22410;
--tomato-800: #74190B;
--tomato-900: #4A1007;
--tomato-950: #2E0A05;
}