Tomato
#EE582B
RedColor Codes
All color formats for development
HEX
#EE582BRGB
rgb(238, 88, 43)HSL
hsl(14, 85%, 55%)OKLCH
oklch(0.654 0.194 36.6)CMYK
cmyk(0%, 63%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4513
2#D03D11
3#B6360F
4#9C2E0D
5#82260B
6#681F08
7#4E1706
8#340F04
9#1A0802
Tints
Lighter variations
1#F06940
2#F17A55
3#F38A6A
4#F59B80
5#F6AC95
6#F8BCAA
7#FACDBF
8#FCDED5
9#FDEEEA
Tones
Muted variations
1#E45D34
2#DA633E
3#D16848
4#C76D52
5#BD725B
6#B37765
7#AA7D6F
8#A08279
9#968782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE5 #FCE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACF #FACFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6AA #F6AA92 | BordersInactive statesPlaceholder text |
| 400 | F27D #F27D5A | Disabled statesSecondary iconsMuted text |
| 500 | EE58 #EE582B | Primary brand colorCTAsActive elementsLinks |
| 600 | D03D #D03D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A531 #A5310D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7623 #76230A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B16 #4B1606 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0E #2F0E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FCE5DE;
--tomato-200: #FACFC2;
--tomato-300: #F6AA92;
--tomato-400: #F27D5A;
--tomato-500: #EE582B;
--tomato-600: #D03D11;
--tomato-700: #A5310D;
--tomato-800: #76230A;
--tomato-900: #4B1606;
--tomato-950: #2F0E04;
}