Tomato
#EE6A5D
RedColor Codes
All color formats for development
HEX
#EE6A5DRGB
rgb(238, 106, 93)HSL
hsl(5, 81%, 65%)OKLCH
oklch(0.683 0.166 27.9)CMYK
cmyk(0%, 55%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB4E3F
2#E83221
3#D22616
4#B42013
5#961B10
6#78160D
7#5A1009
8#3C0B06
9#1E0503
Tints
Lighter variations
1#F0786E
2#F1877E
3#F3968E
4#F5A59E
5#F7B4AE
6#F8C3BE
7#FAD2CF
8#FCE1DF
9#FDF0EF
Tones
Muted variations
1#E77065
2#E0766C
3#D87C73
4#D1827A
5#CA8882
6#C38E89
7#BB9490
8#B49A97
9#ADA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49D #F49D95 | BordersInactive statesPlaceholder text |
| 400 | EE6A #EE6A5D | Disabled statesSecondary iconsMuted text |
| 500 | E93F #E93F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB24 #CB2415 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21D #A21D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7315 #73150C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0D #4A0D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E08 #2E0805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE1DF;
--tomato-200: #F9C7C3;
--tomato-300: #F49D95;
--tomato-400: #EE6A5D;
--tomato-500: #E93F2F;
--tomato-600: #CB2415;
--tomato-700: #A21D11;
--tomato-800: #73150C;
--tomato-900: #4A0D08;
--tomato-950: #2E0805;
}