Tomato
#ED4F2C
RedColor Codes
All color formats for development
HEX
#ED4F2CRGB
rgb(237, 79, 44)HSL
hsl(11, 84%, 55%)OKLCH
oklch(0.642 0.2 33.9)CMYK
cmyk(0%, 67%, 81%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E83B14
2#CE3512
3#B52E10
4#9B270D
5#81210B
6#671A09
7#4D1407
8#340D04
9#1A0702
Tints
Lighter variations
1#EE6141
2#F07256
3#F2846B
4#F49680
5#F6A795
6#F8B9AB
7#F9CAC0
8#FBDCD5
9#FDEDEA
Tones
Muted variations
1#E35535
2#D95B3F
3#D06249
4#C66852
5#BC6E5C
6#B37466
7#A97A6F
8#A08079
9#968683
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE4 #FCE4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACC #FACCC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A5 #F6A593 | BordersInactive statesPlaceholder text |
| 400 | F176 #F1765B | Disabled statesSecondary iconsMuted text |
| 500 | ED4F #ED4F2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE35 #CE3512 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A42A #A42A0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 751E #751E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B13 #4B1307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0C #2F0C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FEF3F1;
--tomato-100: #FCE4DE;
--tomato-200: #FACCC2;
--tomato-300: #F6A593;
--tomato-400: #F1765B;
--tomato-500: #ED4F2C;
--tomato-600: #CE3512;
--tomato-700: #A42A0E;
--tomato-800: #751E0A;
--tomato-900: #4B1307;
--tomato-950: #2F0C04;
}