Tomato
#EF5D64
RedColor Codes
All color formats for development
HEX
#EF5D64RGB
rgb(239, 93, 100)HSL
hsl(357, 82%, 65%)OKLCH
oklch(0.669 0.18 20.6)CMYK
cmyk(0%, 61%, 58%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3E47
2#E9202A
3#D3151E
4#B5121A
5#970F16
6#790C11
7#5A090D
8#3C0609
9#1E0304
Tints
Lighter variations
1#F16D73
2#F27D83
3#F48D92
4#F59EA2
5#F7AEB1
6#F9BEC1
7#FACED0
8#FCDFE0
9#FDEFEF
Tones
Muted variations
1#E8646A
2#E06B71
3#D97378
4#D27A7E
5#CA8185
6#C3888B
7#BC9092
8#B49799
9#AD9E9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F49499 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D64 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC141D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21017 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A070B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F2;
--tomato-100: #FCDFE0;
--tomato-200: #F9C3C5;
--tomato-300: #F49499;
--tomato-400: #EF5D64;
--tomato-500: #EA2E38;
--tomato-600: #CC141D;
--tomato-700: #A21017;
--tomato-800: #740B11;
--tomato-900: #4A070B;
--tomato-950: #2E0507;
}