Tomato
#EF4444
RedColor Codes
All color formats for development
HEX
#EF4444RGB
rgb(239, 68, 68)HSL
hsl(0, 84%, 60%)OKLCH
oklch(0.637 0.208 25.3)CMYK
cmyk(0%, 72%, 72%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC2727
2#E11414
3#C51111
4#A90F0F
5#8D0C0C
6#710A0A
7#540707
8#380505
9#1C0202
Tints
Lighter variations
1#F05656
2#F26969
3#F47C7C
4#F58E8E
5#F7A1A1
6#F8B4B4
7#FAC7C7
8#FCD9D9
9#FDECEC
Tones
Muted variations
1#E64C4C
2#DE5454
3#D55D5D
4#CC6666
5#C46E6E
6#BB7777
7#B37F7F
8#AA8888
9#A29090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69393 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDEDE;
--tomato-200: #FAC2C2;
--tomato-300: #F69393;
--tomato-400: #F15B5B;
--tomato-500: #ED2C2C;
--tomato-600: #CE1212;
--tomato-700: #A40E0E;
--tomato-800: #750A0A;
--tomato-900: #4B0707;
--tomato-950: #2F0404;
}