Tomato
#EF5D5D
RedColor Codes
All color formats for development
HEX
#EF5D5DRGB
rgb(239, 93, 93)HSL
hsl(0, 82%, 65%)OKLCH
oklch(0.668 0.181 23.3)CMYK
cmyk(0%, 61%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3E3E
2#E92020
3#D31515
4#B51212
5#970F0F
6#790C0C
7#5A0909
8#3C0606
9#1E0303
Tints
Lighter variations
1#F16D6D
2#F27D7D
3#F48D8D
4#F59E9E
5#F7AEAE
6#F9BEBE
7#FACECE
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E86464
2#E06B6B
3#D97373
4#D27A7A
5#CA8181
6#C38888
7#BC9090
8#B49797
9#AD9E9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F49494 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D5D | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDF;
--tomato-200: #F9C3C3;
--tomato-300: #F49494;
--tomato-400: #EF5D5D;
--tomato-500: #EA2E2E;
--tomato-600: #CC1414;
--tomato-700: #A21010;
--tomato-800: #740B0B;
--tomato-900: #4A0707;
--tomato-950: #2E0505;
}