Tomato
#ED562C
RedColor Codes
All color formats for development
HEX
#ED562CRGB
rgb(237, 86, 44)HSL
hsl(13, 84%, 55%)OKLCH
oklch(0.65 0.194 35.9)CMYK
cmyk(0%, 64%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84214
2#CE3B12
3#B53310
4#9B2C0D
5#81250B
6#671D09
7#4D1607
8#340F04
9#1A0702
Tints
Lighter variations
1#EE6741
2#F07856
3#F2886B
4#F49980
5#F6AA95
6#F8BBAB
7#F9CCC0
8#FBDDD5
9#FDEEEA
Tones
Muted variations
1#E35B35
2#D9613F
3#D06649
4#C66B52
5#BC715C
6#B37666
7#A97C6F
8#A08179
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 | FACE #FACEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A8 #F6A893 | BordersInactive statesPlaceholder text |
| 400 | F17B #F17B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED56 #ED562C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE3B #CE3B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A42F #A42F0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7521 #75210A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B15 #4B1507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0D #2F0D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF4F1;
--tomato-100: #FCE5DE;
--tomato-200: #FACEC2;
--tomato-300: #F6A893;
--tomato-400: #F17B5B;
--tomato-500: #ED562C;
--tomato-600: #CE3B12;
--tomato-700: #A42F0E;
--tomato-800: #75210A;
--tomato-900: #4B1507;
--tomato-950: #2F0D04;
}