Tomato
#EE5D62
RedColor Codes
All color formats for development
HEX
#EE5D62RGB
rgb(238, 93, 98)HSL
hsl(358, 81%, 65%)OKLCH
oklch(0.667 0.179 21.3)CMYK
cmyk(0%, 61%, 59%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F45
2#E82128
3#D2161C
4#B41318
5#961014
6#780D10
7#5A090C
8#3C0608
9#1E0304
Tints
Lighter variations
1#F06E72
2#F17E82
3#F38E91
4#F59EA1
5#F7AEB1
6#F8BEC0
7#FACFD0
8#FCDFE0
9#FDEFEF
Tones
Muted variations
1#E76569
2#E06C70
3#D87377
4#D17A7D
5#CA8284
6#C3898B
7#BB9092
8#B49798
9#AD9F9F
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 | F495 #F49598 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D62 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB151B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A080A | 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: #FEF1F2;
--tomato-100: #FCDFE0;
--tomato-200: #F9C3C5;
--tomato-300: #F49598;
--tomato-400: #EE5D62;
--tomato-500: #E92F35;
--tomato-600: #CB151B;
--tomato-700: #A21116;
--tomato-800: #730C10;
--tomato-900: #4A080A;
--tomato-950: #2E0506;
}