Tomato
#ED592C
RedColor Codes
All color formats for development
HEX
#ED592CRGB
rgb(237, 89, 44)HSL
hsl(14, 84%, 55%)OKLCH
oklch(0.654 0.192 36.8)CMYK
cmyk(0%, 62%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84614
2#CE3E12
3#B53610
4#9B2E0D
5#81270B
6#671F09
7#4D1707
8#340F04
9#1A0802
Tints
Lighter variations
1#EE6941
2#F07A56
3#F28B6B
4#F49B80
5#F6AC95
6#F8BDAB
7#F9CDC0
8#FBDED5
9#FDEEEA
Tones
Muted variations
1#E35E35
2#D9633F
3#D06849
4#C66D52
5#BC735C
6#B37866
7#A97D6F
8#A08279
9#968783
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 #F6AA93 | BordersInactive statesPlaceholder text |
| 400 | F17E #F17E5B | Disabled statesSecondary iconsMuted text |
| 500 | ED59 #ED592C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE3E #CE3E12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A431 #A4310E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7523 #75230A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1707 | 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: #F6AA93;
--tomato-400: #F17E5B;
--tomato-500: #ED592C;
--tomato-600: #CE3E12;
--tomato-700: #A4310E;
--tomato-800: #75230A;
--tomato-900: #4B1707;
--tomato-950: #2F0E04;
}