Tomato
#EC645F
RedColor Codes
All color formats for development
HEX
#EC645FRGB
rgb(236, 100, 95)HSL
hsl(2, 79%, 65%)OKLCH
oklch(0.672 0.17 24.8)CMYK
cmyk(0%, 58%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94742
2#E52A24
3#D01E18
4#B21A15
5#941611
6#77110E
7#590D0A
8#3B0907
9#1E0403
Tints
Lighter variations
1#EE736F
2#F0837F
3#F2928F
4#F4A29F
5#F6B1AF
6#F8C1BF
7#F9D0CF
8#FBE0DF
9#FDEFEF
Tones
Muted variations
1#E56B66
2#DE716D
3#D77874
4#D07E7B
5#C98582
6#C28B8A
7#BB9291
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 | F8C5 #F8C5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F399 #F39996 | BordersInactive statesPlaceholder text |
| 400 | EC64 #EC645F | Disabled statesSecondary iconsMuted text |
| 500 | E738 #E73832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C91D #C91D18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A017 #A01713 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7211 #72110D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B09 | 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: #F8C5C4;
--tomato-300: #F39996;
--tomato-400: #EC645F;
--tomato-500: #E73832;
--tomato-600: #C91D18;
--tomato-700: #A01713;
--tomato-800: #72110D;
--tomato-900: #490B09;
--tomato-950: #2E0705;
}