Tomato
#FD5D4E
RedColor Codes
All color formats for development
HEX
#FD5D4ERGB
rgb(253, 93, 78)HSL
hsl(5, 98%, 65%)OKLCH
oklch(0.687 0.198 28.6)CMYK
cmyk(0%, 63%, 69%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD3F2D
2#FD210D
3#E61502
4#C51202
5#A40F02
6#830C01
7#620901
8#420601
9#210300
Tints
Lighter variations
1#FD6D60
2#FE7D72
3#FE8E83
4#FE9E95
5#FEAEA7
6#FEBEB8
7#FECECA
8#FFDFDC
9#FFEFED
Tones
Muted variations
1#F46457
2#EC6B60
3#E37369
4#DA7A71
5#D1817A
6#C98983
7#C0908C
8#B79794
9#AE9E9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC3 #FEC3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE94 #FE948B | BordersInactive statesPlaceholder text |
| 400 | FD5D #FD5D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD2F #FD2F1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE15 #DE1502 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B110 #B11002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5107 #510701 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FFDFDC;
--tomato-200: #FEC3BD;
--tomato-300: #FE948B;
--tomato-400: #FD5D4E;
--tomato-500: #FD2F1C;
--tomato-600: #DE1502;
--tomato-700: #B11002;
--tomato-800: #7E0C01;
--tomato-900: #510701;
--tomato-950: #320501;
}