Tomato
#ED615E
RedColor Codes
All color formats for development
HEX
#ED615ERGB
rgb(237, 97, 94)HSL
hsl(1, 80%, 65%)OKLCH
oklch(0.67 0.174 24.2)CMYK
cmyk(0%, 59%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4341
2#E72623
3#D11A17
4#B31714
5#951311
6#770F0D
7#5A0B0A
8#3C0807
9#1E0403
Tints
Lighter variations
1#EF716E
2#F1807E
3#F3908F
4#F4A09F
5#F6B0AF
6#F8C0BF
7#FAD0CF
8#FBDFDF
9#FDEFEF
Tones
Muted variations
1#E66865
2#DF6F6D
3#D87574
4#D17C7B
5#C98382
6#C28A89
7#BB9190
8#B49897
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F397 #F39795 | BordersInactive statesPlaceholder text |
| 400 | ED61 #ED615E | Disabled statesSecondary iconsMuted text |
| 500 | E834 #E83430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA19 #CA1916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A114 #A11412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730E #730E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490908 | 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: #FDF1F1;
--tomato-100: #FBDFDF;
--tomato-200: #F8C4C3;
--tomato-300: #F39795;
--tomato-400: #ED615E;
--tomato-500: #E83430;
--tomato-600: #CA1916;
--tomato-700: #A11412;
--tomato-800: #730E0D;
--tomato-900: #490908;
--tomato-950: #2E0605;
}