Tomato
#EF665D
RedColor Codes
All color formats for development
HEX
#EF665DRGB
rgb(239, 102, 93)HSL
hsl(4, 82%, 65%)OKLCH
oklch(0.679 0.171 26.4)CMYK
cmyk(0%, 57%, 61%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC4A3E
2#E92E20
3#D32215
4#B51D12
5#97180F
6#79130C
7#5A0E09
8#3C0A06
9#1E0503
Tints
Lighter variations
1#F1766D
2#F2857D
3#F4948D
4#F5A39E
5#F7B3AE
6#F9C2BE
7#FAD1CE
8#FCE0DF
9#FDF0EF
Tones
Muted variations
1#E86D64
2#E0736B
3#D97973
4#D2807A
5#CA8681
6#C38C88
7#BC9390
8#B49997
9#AD9F9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C6 #F9C6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F49B #F49B94 | BordersInactive statesPlaceholder text |
| 400 | EF66 #EF665D | Disabled statesSecondary iconsMuted text |
| 500 | EA3B #EA3B2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC20 #CC2014 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A21A #A21A10 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7412 #74120B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A0C #4A0C07 | 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: #FEF2F1;
--tomato-100: #FCE0DF;
--tomato-200: #F9C6C3;
--tomato-300: #F49B94;
--tomato-400: #EF665D;
--tomato-500: #EA3B2E;
--tomato-600: #CC2014;
--tomato-700: #A21A10;
--tomato-800: #74120B;
--tomato-900: #4A0C07;
--tomato-950: #2E0705;
}