Tomato
#ED685E
RedColor Codes
All color formats for development
HEX
#ED685ERGB
rgb(237, 104, 94)HSL
hsl(4, 80%, 65%)OKLCH
oklch(0.679 0.167 26.7)CMYK
cmyk(0%, 56%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4C41
2#E73023
3#D12417
4#B31E14
5#951911
6#77140D
7#5A0F0A
8#3C0A07
9#1E0503
Tints
Lighter variations
1#EF776E
2#F1867E
3#F3958F
4#F4A49F
5#F6B3AF
6#F8C3BF
7#FAD2CF
8#FBE1DF
9#FDF0EF
Tones
Muted variations
1#E66E65
2#DF746D
3#D87A74
4#D1817B
5#C98782
6#C28D89
7#BB9390
8#B49997
9#ADA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE1 #FBE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C7 #F8C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39C #F39C95 | BordersInactive statesPlaceholder text |
| 400 | ED68 #ED685E | Disabled statesSecondary iconsMuted text |
| 500 | E83D #E83D30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA22 #CA2216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A11B #A11B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7314 #73140D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490D #490D08 | 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: #FDF2F1;
--tomato-100: #FBE1DF;
--tomato-200: #F8C7C3;
--tomato-300: #F39C95;
--tomato-400: #ED685E;
--tomato-500: #E83D30;
--tomato-600: #CA2216;
--tomato-700: #A11B12;
--tomato-800: #73140D;
--tomato-900: #490D08;
--tomato-950: #2E0805;
}