Tomato
#EC665F
RedColor Codes
All color formats for development
HEX
#EC665FRGB
rgb(236, 102, 95)HSL
hsl(3, 79%, 65%)OKLCH
oklch(0.675 0.167 25.5)CMYK
cmyk(0%, 57%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94A42
2#E52E24
3#D02218
4#B21D15
5#941811
6#77130E
7#590E0A
8#3B0A07
9#1E0503
Tints
Lighter variations
1#EE766F
2#F0857F
3#F2948F
4#F4A39F
5#F6B3AF
6#F8C2BF
7#F9D1CF
8#FBE0DF
9#FDF0EF
Tones
Muted variations
1#E56D66
2#DE736D
3#D77974
4#D0807B
5#C98682
6#C28C8A
7#BB9391
8#B49998
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C6 #F8C6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39B #F39B96 | BordersInactive statesPlaceholder text |
| 400 | EC66 #EC665F | Disabled statesSecondary iconsMuted text |
| 500 | E73B #E73B32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C920 #C92018 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A01A #A01A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7212 #72120D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490C #490C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE0DF;
--tomato-200: #F8C6C4;
--tomato-300: #F39B96;
--tomato-400: #EC665F;
--tomato-500: #E73B32;
--tomato-600: #C92018;
--tomato-700: #A01A13;
--tomato-800: #72120D;
--tomato-900: #490C09;
--tomato-950: #2E0705;
}