Tomato
#EF5D5F
RedColor Codes
All color formats for development
HEX
#EF5D5FRGB
rgb(239, 93, 95)HSL
hsl(359, 82%, 65%)OKLCH
oklch(0.668 0.181 22.6)CMYK
cmyk(0%, 61%, 60%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3E41
2#E92024
3#D31518
4#B51215
5#970F11
6#790C0E
7#5A090A
8#3C0607
9#1E0303
Tints
Lighter variations
1#F16D6F
2#F27D7F
3#F48D8F
4#F59E9F
5#F7AEAF
6#F9BEBF
7#FACECF
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E86466
2#E06B6D
3#D97374
4#D27A7B
5#CA8182
6#C38889
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 #F49496 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D5F | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E31 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1417 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0708 | 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: #F9C3C4;
--tomato-300: #F49496;
--tomato-400: #EF5D5F;
--tomato-500: #EA2E31;
--tomato-600: #CC1417;
--tomato-700: #A21013;
--tomato-800: #740B0D;
--tomato-900: #4A0708;
--tomato-950: #2E0505;
}