Tomato
#FD4E5A
RedColor Codes
All color formats for development
HEX
#FD4E5ARGB
rgb(253, 78, 90)HSL
hsl(356, 98%, 65%)OKLCH
oklch(0.673 0.21 21.2)CMYK
cmyk(0%, 69%, 64%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D3B
2#FD0D1D
3#E60211
4#C5020F
5#A4020C
6#83010A
7#620107
8#420105
9#210002
Tints
Lighter variations
1#FD606A
2#FE727B
3#FE838B
4#FE959C
5#FEA7AC
6#FEB8BD
7#FECACD
8#FFDCDE
9#FFEDEE
Tones
Muted variations
1#F45762
2#EC6069
3#E36971
4#DA7178
5#D17A80
6#C98387
7#C08C8F
8#B79497
9#AE9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B93 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5A | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0211 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1020D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510106 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDCDE;
--tomato-200: #FEBDC2;
--tomato-300: #FE8B93;
--tomato-400: #FD4E5A;
--tomato-500: #FD1C2B;
--tomato-600: #DE0211;
--tomato-700: #B1020D;
--tomato-800: #7E010A;
--tomato-900: #510106;
--tomato-950: #320104;
}