Tomato
#EE4E2B
RedColor Codes
All color formats for development
HEX
#EE4E2BRGB
rgb(238, 78, 43)HSL
hsl(11, 85%, 55%)OKLCH
oklch(0.643 0.202 33.8)CMYK
cmyk(0%, 67%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA3A13
2#D03411
3#B62D0F
4#9C270D
5#82200B
6#681A08
7#4E1306
8#340D04
9#1A0602
Tints
Lighter variations
1#F06040
2#F17255
3#F3836A
4#F59580
5#F6A795
6#F8B8AA
7#FACABF
8#FCDCD5
9#FDEDEA
Tones
Muted variations
1#E45534
2#DA5B3E
3#D16148
4#C76752
5#BD6D5B
6#B37465
7#AA7A6F
8#A08079
9#968682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACC #FACCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A5 #F6A592 | BordersInactive statesPlaceholder text |
| 400 | F276 #F2765A | Disabled statesSecondary iconsMuted text |
| 500 | EE4E #EE4E2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D034 #D03411 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A529 #A5290D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761D #761D0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE4DE;
--tomato-200: #FACCC2;
--tomato-300: #F6A592;
--tomato-400: #F2765A;
--tomato-500: #EE4E2B;
--tomato-600: #D03411;
--tomato-700: #A5290D;
--tomato-800: #761D0A;
--tomato-900: #4B1306;
--tomato-950: #2F0C04;
}