Tomato
#ED5E61
RedColor Codes
All color formats for development
HEX
#ED5E61RGB
rgb(237, 94, 97)HSL
hsl(359, 80%, 65%)OKLCH
oklch(0.667 0.177 22)CMYK
cmyk(0%, 60%, 59%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4143
2#E72326
3#D1171A
4#B31417
5#951113
6#770D0F
7#5A0A0B
8#3C0708
9#1E0304
Tints
Lighter variations
1#EF6E71
2#F17E80
3#F38F90
4#F49FA0
5#F6AFB0
6#F8BFC0
7#FACFD0
8#FBDFDF
9#FDEFEF
Tones
Muted variations
1#E66568
2#DF6D6F
3#D87475
4#D17B7C
5#C98283
6#C2898A
7#BB9091
8#B49798
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 | F8C3 #F8C3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F39597 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E61 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83034 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490809 | 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: #FDF1F1;
--tomato-100: #FBDFDF;
--tomato-200: #F8C3C4;
--tomato-300: #F39597;
--tomato-400: #ED5E61;
--tomato-500: #E83034;
--tomato-600: #CA1619;
--tomato-700: #A11214;
--tomato-800: #730D0E;
--tomato-900: #490809;
--tomato-950: #2E0506;
}