Tomato
#FD4E60
RedColor Codes
All color formats for development
HEX
#FD4E60RGB
rgb(253, 78, 96)HSL
hsl(354, 98%, 65%)OKLCH
oklch(0.674 0.21 19.2)CMYK
cmyk(0%, 69%, 62%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D42
2#FD0D25
3#E60219
4#C50215
5#A40212
6#83010E
7#62010B
8#420107
9#210004
Tints
Lighter variations
1#FD6070
2#FE7280
3#FE8390
4#FE959F
5#FEA7AF
6#FEB8BF
7#FECACF
8#FFDCDF
9#FFEDEF
Tones
Muted variations
1#F45767
2#EC606E
3#E36975
4#DA717C
5#D17A83
6#C9838A
7#C08C91
8#B79498
9#AE9D9F
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 #FEBDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B96 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E60 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C32 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510109 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FFDCDF;
--tomato-200: #FEBDC4;
--tomato-300: #FE8B96;
--tomato-400: #FD4E60;
--tomato-500: #FD1C32;
--tomato-600: #DE0218;
--tomato-700: #B10213;
--tomato-800: #7E010E;
--tomato-900: #510109;
--tomato-950: #320106;
}