Tomato
#EE4B2B
RedColor Codes
All color formats for development
HEX
#EE4B2BRGB
rgb(238, 75, 43)HSL
hsl(10, 85%, 55%)OKLCH
oklch(0.639 0.205 33)CMYK
cmyk(0%, 68%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA3713
2#D03111
3#B62B0F
4#9C240D
5#821E0B
6#681808
7#4E1206
8#340C04
9#1A0602
Tints
Lighter variations
1#F05D40
2#F16F55
3#F3816A
4#F59380
5#F6A595
6#F8B7AA
7#FAC9BF
8#FCDBD5
9#FDEDEA
Tones
Muted variations
1#E45234
2#DA583E
3#D15F48
4#C76552
5#BD6C5B
6#B37265
7#AA796F
8#A07F79
9#968682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACB #FACBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A3 #F6A392 | BordersInactive statesPlaceholder text |
| 400 | F273 #F2735A | Disabled statesSecondary iconsMuted text |
| 500 | EE4B #EE4B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D031 #D03111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A527 #A5270D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761C #761C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1206 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DE;
--tomato-200: #FACBC2;
--tomato-300: #F6A392;
--tomato-400: #F2735A;
--tomato-500: #EE4B2B;
--tomato-600: #D03111;
--tomato-700: #A5270D;
--tomato-800: #761C0A;
--tomato-900: #4B1206;
--tomato-950: #2F0B04;
}