Tomato
#FD4E5D
RedColor Codes
All color formats for development
HEX
#FD4E5DRGB
rgb(253, 78, 93)HSL
hsl(355, 98%, 65%)OKLCH
oklch(0.673 0.21 20.2)CMYK
cmyk(0%, 69%, 63%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D3F
2#FD0D21
3#E60215
4#C50212
5#A4020F
6#83010C
7#620109
8#420106
9#210003
Tints
Lighter variations
1#FD606D
2#FE727D
3#FE838E
4#FE959E
5#FEA7AE
6#FEB8BE
7#FECACE
8#FFDCDF
9#FFEDEF
Tones
Muted variations
1#F45764
2#EC606B
3#E36973
4#DA717A
5#D17A81
6#C98389
7#C08C90
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 #FFDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B94 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510107 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDCDF;
--tomato-200: #FEBDC3;
--tomato-300: #FE8B94;
--tomato-400: #FD4E5D;
--tomato-500: #FD1C2F;
--tomato-600: #DE0215;
--tomato-700: #B10210;
--tomato-800: #7E010C;
--tomato-900: #510107;
--tomato-950: #320105;
}