Tomato
#EE675D
RedColor Codes
All color formats for development
HEX
#EE675DRGB
rgb(238, 103, 93)HSL
hsl(4, 81%, 65%)OKLCH
oklch(0.679 0.169 26.7)CMYK
cmyk(0%, 57%, 61%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB4B3F
2#E82F21
3#D22316
4#B41E13
5#961910
6#78140D
7#5A0F09
8#3C0A06
9#1E0503
Tints
Lighter variations
1#F0766E
2#F1857E
3#F3958E
4#F5A49E
5#F7B3AE
6#F8C2BE
7#FAD1CF
8#FCE1DF
9#FDF0EF
Tones
Muted variations
1#E76D65
2#E0746C
3#D87A73
4#D1807A
5#CA8682
6#C38D89
7#BB9390
8#B49997
9#AD9F9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C7 #F9C7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49B #F49B95 | BordersInactive statesPlaceholder text |
| 400 | EE67 #EE675D | Disabled statesSecondary iconsMuted text |
| 500 | E93C #E93C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB21 #CB2115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21B #A21B11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7313 #73130C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0C #4A0C08 | 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: #FEF2F1;
--tomato-100: #FCE1DF;
--tomato-200: #F9C7C3;
--tomato-300: #F49B95;
--tomato-400: #EE675D;
--tomato-500: #E93C2F;
--tomato-600: #CB2115;
--tomato-700: #A21B11;
--tomato-800: #73130C;
--tomato-900: #4A0C08;
--tomato-950: #2E0805;
}