Tomato
#EF5D61
RedColor Codes
All color formats for development
HEX
#EF5D61RGB
rgb(239, 93, 97)HSL
hsl(358, 82%, 65%)OKLCH
oklch(0.668 0.18 21.8)CMYK
cmyk(0%, 61%, 59%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3E44
2#E92027
3#D3151B
4#B51217
5#970F13
6#790C10
7#5A090C
8#3C0608
9#1E0304
Tints
Lighter variations
1#F16D71
2#F27D81
3#F48D91
4#F59EA0
5#F7AEB0
6#F9BEC0
7#FACED0
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E86468
2#E06B6F
3#D97376
4#D27A7D
5#CA8184
6#C3888A
7#BC9091
8#B49798
9#AD9E9F
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 #F9C3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F49497 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D61 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E34 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC141A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A070A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDF;
--tomato-200: #F9C3C4;
--tomato-300: #F49497;
--tomato-400: #EF5D61;
--tomato-500: #EA2E34;
--tomato-600: #CC141A;
--tomato-700: #A21015;
--tomato-800: #740B0F;
--tomato-900: #4A070A;
--tomato-950: #2E0506;
}