Tomato
#ED4C2C
RedColor Codes
All color formats for development
HEX
#ED4C2CRGB
rgb(237, 76, 44)HSL
hsl(10, 84%, 55%)OKLCH
oklch(0.639 0.203 33.1)CMYK
cmyk(0%, 68%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E83814
2#CE3112
3#B52B10
4#9B250D
5#811F0B
6#671909
7#4D1307
8#340C04
9#1A0602
Tints
Lighter variations
1#EE5E41
2#F07056
3#F2826B
4#F49480
5#F6A595
6#F8B7AB
7#F9C9C0
8#FBDBD5
9#FDEDEA
Tones
Muted variations
1#E35235
2#D9593F
3#D05F49
4#C66652
5#BC6C5C
6#B37366
7#A9796F
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 | FACB #FACBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A4 #F6A493 | BordersInactive statesPlaceholder text |
| 400 | F174 #F1745B | Disabled statesSecondary iconsMuted text |
| 500 | ED4C #ED4C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE31 #CE3112 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A427 #A4270E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751C #751C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B12 #4B1207 | 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: #FACBC2;
--tomato-300: #F6A493;
--tomato-400: #F1745B;
--tomato-500: #ED4C2C;
--tomato-600: #CE3112;
--tomato-700: #A4270E;
--tomato-800: #751C0A;
--tomato-900: #4B1207;
--tomato-950: #2F0B04;
}