Tomato
#EF5D66
RedColor Codes
All color formats for development
HEX
#EF5D66RGB
rgb(239, 93, 102)HSL
hsl(356, 82%, 65%)OKLCH
oklch(0.669 0.18 19.8)CMYK
cmyk(0%, 61%, 57%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3E4A
2#E9202E
3#D31522
4#B5121D
5#970F18
6#790C13
7#5A090E
8#3C060A
9#1E0305
Tints
Lighter variations
1#F16D76
2#F27D85
3#F48D94
4#F59EA3
5#F7AEB3
6#F9BEC2
7#FACED1
8#FCDFE0
9#FDEFF0
Tones
Muted variations
1#E8646D
2#E06B73
3#D97379
4#D27A80
5#CA8186
6#C3888C
7#BC9093
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 #F9C3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F4949B | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D66 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E3B | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1420 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A2101A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A070C | 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: #F9C3C6;
--tomato-300: #F4949B;
--tomato-400: #EF5D66;
--tomato-500: #EA2E3B;
--tomato-600: #CC1420;
--tomato-700: #A2101A;
--tomato-800: #740B12;
--tomato-900: #4A070C;
--tomato-950: #2E0507;
}