Tomato
#EE625D
RedColor Codes
All color formats for development
HEX
#EE625DRGB
rgb(238, 98, 93)HSL
hsl(2, 81%, 65%)OKLCH
oklch(0.673 0.174 24.9)CMYK
cmyk(0%, 59%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB453F
2#E82821
3#D21C16
4#B41813
5#961410
6#78100D
7#5A0C09
8#3C0806
9#1E0403
Tints
Lighter variations
1#F0726E
2#F1827E
3#F3918E
4#F5A19E
5#F7B1AE
6#F8C0BE
7#FAD0CF
8#FCE0DF
9#FDEFEF
Tones
Muted variations
1#E76965
2#E0706C
3#D87773
4#D17D7A
5#CA8482
6#C38B89
7#BB9290
8#B49897
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F498 #F49895 | BordersInactive statesPlaceholder text |
| 400 | EE62 #EE625D | Disabled statesSecondary iconsMuted text |
| 500 | E935 #E9352F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB1B #CB1B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A216 #A21611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7310 #73100C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0A #4A0A08 | 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: #FEF2F1;
--tomato-100: #FCE0DF;
--tomato-200: #F9C5C3;
--tomato-300: #F49895;
--tomato-400: #EE625D;
--tomato-500: #E9352F;
--tomato-600: #CB1B15;
--tomato-700: #A21611;
--tomato-800: #73100C;
--tomato-900: #4A0A08;
--tomato-950: #2E0605;
}