Tomato
#ED492C
RedColor Codes
All color formats for development
HEX
#ED492CRGB
rgb(237, 73, 44)HSL
hsl(9, 84%, 55%)OKLCH
oklch(0.636 0.205 32.4)CMYK
cmyk(0%, 69%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E83414
2#CE2E12
3#B52810
4#9B230D
5#811D0B
6#671709
7#4D1107
8#340C04
9#1A0602
Tints
Lighter variations
1#EE5B41
2#F06D56
3#F27F6B
4#F49280
5#F6A495
6#F8B6AB
7#F9C8C0
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E35035
2#D9563F
3#D05D49
4#C66452
5#BC6B5C
6#B37166
7#A9786F
8#A07F79
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A2 #F6A293 | BordersInactive statesPlaceholder text |
| 400 | F171 #F1715B | Disabled statesSecondary iconsMuted text |
| 500 | ED49 #ED492C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE2E #CE2E12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A425 #A4250E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751A #751A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0B #2F0B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE3DE;
--tomato-200: #FACAC2;
--tomato-300: #F6A293;
--tomato-400: #F1715B;
--tomato-500: #ED492C;
--tomato-600: #CE2E12;
--tomato-700: #A4250E;
--tomato-800: #751A0A;
--tomato-900: #4B1107;
--tomato-950: #2F0B04;
}