Tomato
#EF472A
RedColor Codes
All color formats for development
HEX
#EF472ARGB
rgb(239, 71, 42)HSL
hsl(9, 86%, 55%)OKLCH
oklch(0.637 0.209 32.3)CMYK
cmyk(0%, 70%, 82%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3212
2#D12D10
3#B7270E
4#9D210C
5#821C0A
6#681608
7#4E1106
8#340B04
9#1A0602
Tints
Lighter variations
1#F15A3F
2#F26C54
3#F47E6A
4#F5917F
5#F7A394
6#F9B5AA
7#FAC8BF
8#FCDAD4
9#FDEDEA
Tones
Muted variations
1#E54E33
2#DB553D
3#D15C47
4#C76351
5#BE6A5B
6#B47165
7#AA786F
8#A07E79
9#968582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7A1 #F7A192 | BordersInactive statesPlaceholder text |
| 400 | F370 #F37059 | Disabled statesSecondary iconsMuted text |
| 500 | EF47 #EF472A | Primary brand colorCTAsActive elementsLinks |
| 600 | D12D #D12D10 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A624 #A6240C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7719 #771909 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C10 #4C1006 | 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: #FDE2DE;
--tomato-200: #FACAC1;
--tomato-300: #F7A192;
--tomato-400: #F37059;
--tomato-500: #EF472A;
--tomato-600: #D12D10;
--tomato-700: #A6240C;
--tomato-800: #771909;
--tomato-900: #4C1006;
--tomato-950: #2F0A04;
}