Tomato
#EF5F5D
RedColor Codes
All color formats for development
HEX
#EF5F5DRGB
rgb(239, 95, 93)HSL
hsl(1, 82%, 65%)OKLCH
oklch(0.67 0.179 24)CMYK
cmyk(0%, 60%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC413E
2#E92420
3#D31815
4#B51512
5#97110F
6#790E0C
7#5A0A09
8#3C0706
9#1E0303
Tints
Lighter variations
1#F16F6D
2#F27F7D
3#F48F8D
4#F59F9E
5#F7AFAE
6#F9BFBE
7#FACFCE
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E86664
2#E06D6B
3#D97473
4#D27B7A
5#CA8281
6#C38988
7#BC9190
8#B49897
9#AD9F9E
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 | F9C4 #F9C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F496 #F49694 | BordersInactive statesPlaceholder text |
| 400 | EF5F #EF5F5D | Disabled statesSecondary iconsMuted text |
| 500 | EA31 #EA312E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC17 #CC1714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A213 #A21310 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740D #740D0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0807 | 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: #F9C4C3;
--tomato-300: #F49694;
--tomato-400: #EF5F5D;
--tomato-500: #EA312E;
--tomato-600: #CC1714;
--tomato-700: #A21310;
--tomato-800: #740D0B;
--tomato-900: #4A0807;
--tomato-950: #2E0505;
}