Tomato
#ED635E
RedColor Codes
All color formats for development
HEX
#ED635ERGB
rgb(237, 99, 94)HSL
hsl(2, 80%, 65%)OKLCH
oklch(0.672 0.172 24.9)CMYK
cmyk(0%, 58%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4641
2#E72923
3#D11D17
4#B31914
5#951511
6#77110D
7#5A0D0A
8#3C0807
9#1E0403
Tints
Lighter variations
1#EF736E
2#F1827E
3#F3928F
4#F4A19F
5#F6B1AF
6#F8C1BF
7#FAD0CF
8#FBE0DF
9#FDEFEF
Tones
Muted variations
1#E66A65
2#DF706D
3#D87774
4#D17E7B
5#C98482
6#C28B89
7#BB9290
8#B49897
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 #F8C5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F399 #F39995 | BordersInactive statesPlaceholder text |
| 400 | ED63 #ED635E | Disabled statesSecondary iconsMuted text |
| 500 | E837 #E83730 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA1C #CA1C16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A117 #A11712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7310 #73100D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490A #490A08 | 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: #FDF2F1;
--tomato-100: #FBE0DF;
--tomato-200: #F8C5C3;
--tomato-300: #F39995;
--tomato-400: #ED635E;
--tomato-500: #E83730;
--tomato-600: #CA1C16;
--tomato-700: #A11712;
--tomato-800: #73100D;
--tomato-900: #490A08;
--tomato-950: #2E0605;
}