Tomato
#EE605D
RedColor Codes
All color formats for development
HEX
#EE605DRGB
rgb(238, 96, 93)HSL
hsl(1, 81%, 65%)OKLCH
oklch(0.67 0.176 24.3)CMYK
cmyk(0%, 60%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB423F
2#E82521
3#D21916
4#B41613
5#961210
6#780E0D
7#5A0B09
8#3C0706
9#1E0403
Tints
Lighter variations
1#F0706E
2#F1807E
3#F3908E
4#F5A09E
5#F7AFAE
6#F8BFBE
7#FACFCF
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E76765
2#E06E6C
3#D87573
4#D17C7A
5#CA8382
6#C38A89
7#BB9190
8#B49897
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 | F9C4 #F9C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F496 #F49695 | BordersInactive statesPlaceholder text |
| 400 | EE60 #EE605D | Disabled statesSecondary iconsMuted text |
| 500 | E932 #E9322F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB18 #CB1815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A213 #A21311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730E #730E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A09 #4A0908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E06 #2E0605 | 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: #F49695;
--tomato-400: #EE605D;
--tomato-500: #E9322F;
--tomato-600: #CB1815;
--tomato-700: #A21311;
--tomato-800: #730E0C;
--tomato-900: #4A0908;
--tomato-950: #2E0605;
}