Tomato
#ED422C
RedColor Codes
All color formats for development
HEX
#ED422CRGB
rgb(237, 66, 44)HSL
hsl(7, 84%, 55%)OKLCH
oklch(0.629 0.211 30.8)CMYK
cmyk(0%, 72%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E82D14
2#CE2812
3#B52310
4#9B1E0D
5#81190B
6#671409
7#4D0F07
8#340A04
9#1A0502
Tints
Lighter variations
1#EE5541
2#F06856
3#F27B6B
4#F48E80
5#F6A195
6#F8B4AB
7#F9C6C0
8#FBD9D5
9#FDECEA
Tones
Muted variations
1#E34A35
2#D9513F
3#D05949
4#C66052
5#BC675C
6#B36F66
7#A9766F
8#A07D79
9#968583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69F #F69F93 | BordersInactive statesPlaceholder text |
| 400 | F16C #F16C5B | Disabled statesSecondary iconsMuted text |
| 500 | ED42 #ED422C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE28 #CE2812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A420 #A4200E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7517 #75170A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F09 #2F0904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF2F1;
--tomato-100: #FCE2DE;
--tomato-200: #FAC9C2;
--tomato-300: #F69F93;
--tomato-400: #F16C5B;
--tomato-500: #ED422C;
--tomato-600: #CE2812;
--tomato-700: #A4200E;
--tomato-800: #75170A;
--tomato-900: #4B0F07;
--tomato-950: #2F0904;
}