Tomato
#ED462C
RedColor Codes
All color formats for development
HEX
#ED462CRGB
rgb(237, 70, 44)HSL
hsl(8, 84%, 55%)OKLCH
oklch(0.633 0.208 31.7)CMYK
cmyk(0%, 70%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E83014
2#CE2B12
3#B52610
4#9B200D
5#811B0B
6#671609
7#4D1007
8#340B04
9#1A0502
Tints
Lighter variations
1#EE5841
2#F06B56
3#F27D6B
4#F49080
5#F6A295
6#F8B5AB
7#F9C7C0
8#FBDAD5
9#FDECEA
Tones
Muted variations
1#E34D35
2#D9543F
3#D05B49
4#C66252
5#BC695C
6#B37066
7#A9776F
8#A07E79
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A093 | BordersInactive statesPlaceholder text |
| 400 | F16F #F16F5B | Disabled statesSecondary iconsMuted text |
| 500 | ED46 #ED462C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2B #CE2B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A422 #A4220E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7518 #75180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B10 #4B1007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE2DE;
--tomato-200: #FAC9C2;
--tomato-300: #F6A093;
--tomato-400: #F16F5B;
--tomato-500: #ED462C;
--tomato-600: #CE2B12;
--tomato-700: #A4220E;
--tomato-800: #75180A;
--tomato-900: #4B1007;
--tomato-950: #2F0A04;
}