Tomato
#ED6A5E
RedColor Codes
All color formats for development
HEX
#ED6A5ERGB
rgb(237, 106, 94)HSL
hsl(5, 80%, 65%)OKLCH
oklch(0.682 0.164 27.5)CMYK
cmyk(0%, 55%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4F41
2#E73323
3#D12717
4#B32114
5#951C11
6#77160D
7#5A110A
8#3C0B07
9#1E0603
Tints
Lighter variations
1#EF796E
2#F1887E
3#F3978F
4#F4A69F
5#F6B5AF
6#F8C3BF
7#FAD2CF
8#FBE1DF
9#FDF0EF
Tones
Muted variations
1#E67065
2#DF766D
3#D87C74
4#D1827B
5#C98882
6#C28E89
7#BB9490
8#B49A97
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 | F8C8 #F8C8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39D #F39D95 | BordersInactive statesPlaceholder text |
| 400 | ED6A #ED6A5E | Disabled statesSecondary iconsMuted text |
| 500 | E840 #E84030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA25 #CA2516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A11E #A11E12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7315 #73150D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490E #490E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E09 #2E0905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FDF2F1;
--tomato-100: #FBE1DF;
--tomato-200: #F8C8C3;
--tomato-300: #F39D95;
--tomato-400: #ED6A5E;
--tomato-500: #E84030;
--tomato-600: #CA2516;
--tomato-700: #A11E12;
--tomato-800: #73150D;
--tomato-900: #490E08;
--tomato-950: #2E0905;
}