Tomato
#ED655E
RedColor Codes
All color formats for development
HEX
#ED655ERGB
rgb(237, 101, 94)HSL
hsl(3, 80%, 65%)OKLCH
oklch(0.675 0.17 25.6)CMYK
cmyk(0%, 57%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4941
2#E72C23
3#D12017
4#B31C14
5#951711
6#77130D
7#5A0E0A
8#3C0907
9#1E0503
Tints
Lighter variations
1#EF756E
2#F1847E
3#F3948F
4#F4A39F
5#F6B2AF
6#F8C2BF
7#FAD1CF
8#FBE0DF
9#FDF0EF
Tones
Muted variations
1#E66C65
2#DF726D
3#D87974
4#D17F7B
5#C98682
6#C28C89
7#BB9290
8#B49997
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 #F8C6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39A #F39A95 | BordersInactive statesPlaceholder text |
| 400 | ED65 #ED655E | Disabled statesSecondary iconsMuted text |
| 500 | E83A #E83A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA1F #CA1F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A119 #A11912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7312 #73120D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B08 | 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: #F8C6C3;
--tomato-300: #F39A95;
--tomato-400: #ED655E;
--tomato-500: #E83A30;
--tomato-600: #CA1F16;
--tomato-700: #A11912;
--tomato-800: #73120D;
--tomato-900: #490B08;
--tomato-950: #2E0705;
}