Tomato
#EE5D60
RedColor Codes
All color formats for development
HEX
#EE5D60RGB
rgb(238, 93, 96)HSL
hsl(359, 81%, 65%)OKLCH
oklch(0.667 0.179 22.1)CMYK
cmyk(0%, 61%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F42
2#E82125
3#D21619
4#B41316
5#961012
6#780D0E
7#5A090B
8#3C0607
9#1E0304
Tints
Lighter variations
1#F06E70
2#F17E80
3#F38E90
4#F59EA0
5#F7AEAF
6#F8BEBF
7#FACFCF
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E76567
2#E06C6E
3#D87375
4#D17A7C
5#CA8283
6#C3898A
7#BB9091
8#B49798
9#AD9F9F
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 | F495 #F49596 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D60 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F32 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0809 | 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: #F49596;
--tomato-400: #EE5D60;
--tomato-500: #E92F32;
--tomato-600: #CB1518;
--tomato-700: #A21113;
--tomato-800: #730C0E;
--tomato-900: #4A0809;
--tomato-950: #2E0506;
}