Tomato
#EE482B
RedColor Codes
All color formats for development
HEX
#EE482BRGB
rgb(238, 72, 43)HSL
hsl(9, 85%, 55%)OKLCH
oklch(0.636 0.207 32.3)CMYK
cmyk(0%, 70%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA3313
2#D02D11
3#B6280F
4#9C220D
5#821C0B
6#681708
7#4E1106
8#340B04
9#1A0602
Tints
Lighter variations
1#F05A40
2#F16D55
3#F37F6A
4#F59180
5#F6A395
6#F8B6AA
7#FAC8BF
8#FCDAD5
9#FDEDEA
Tones
Muted variations
1#E44F34
2#DA563E
3#D15C48
4#C76352
5#BD6A5B
6#B37165
7#AA786F
8#A07F79
9#968582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A1 #F6A192 | BordersInactive statesPlaceholder text |
| 400 | F271 #F2715A | Disabled statesSecondary iconsMuted text |
| 500 | EE48 #EE482B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02D #D02D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A524 #A5240D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761A #761A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DE;
--tomato-200: #FACAC2;
--tomato-300: #F6A192;
--tomato-400: #F2715A;
--tomato-500: #EE482B;
--tomato-600: #D02D11;
--tomato-700: #A5240D;
--tomato-800: #761A0A;
--tomato-900: #4B1106;
--tomato-950: #2F0A04;
}