Tomato
#EE5D5D
RedColor Codes
All color formats for development
HEX
#EE5D5DRGB
rgb(238, 93, 93)HSL
hsl(0, 81%, 65%)OKLCH
oklch(0.666 0.18 23.3)CMYK
cmyk(0%, 61%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB3F3F
2#E82121
3#D21616
4#B41313
5#961010
6#780D0D
7#5A0909
8#3C0606
9#1E0303
Tints
Lighter variations
1#F06E6E
2#F17E7E
3#F38E8E
4#F59E9E
5#F7AEAE
6#F8BEBE
7#FACFCF
8#FCDFDF
9#FDEFEF
Tones
Muted variations
1#E76565
2#E06C6C
3#D87373
4#D17A7A
5#CA8282
6#C38989
7#BB9090
8#B49797
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 #F9C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F49595 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D5D | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21111 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF1F1;
--tomato-100: #FCDFDF;
--tomato-200: #F9C3C3;
--tomato-300: #F49595;
--tomato-400: #EE5D5D;
--tomato-500: #E92F2F;
--tomato-600: #CB1515;
--tomato-700: #A21111;
--tomato-800: #730C0C;
--tomato-900: #4A0808;
--tomato-950: #2E0505;
}