Tomato
#FD4E71
RedColor Codes
All color formats for development
HEX
#FD4E71RGB
rgb(253, 78, 113)HSL
hsl(348, 98%, 65%)OKLCH
oklch(0.677 0.21 13.3)CMYK
cmyk(0%, 69%, 55%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D57
2#FD0D3D
3#E60230
4#C50229
5#A40222
6#83011B
7#620114
8#42010E
9#210007
Tints
Lighter variations
1#FD607F
2#FE728E
3#FE839C
4#FE95AA
5#FEA7B8
6#FEB8C6
7#FECAD4
8#FFDCE3
9#FFEDF1
Tones
Muted variations
1#F45777
2#EC607C
3#E36981
4#DA7186
5#D17A8C
6#C98391
7#C08C96
8#B7949B
9#AE9DA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BA2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E71 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C49 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE022E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10225 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E011A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510111 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F3;
--tomato-100: #FFDCE3;
--tomato-200: #FEBDCA;
--tomato-300: #FE8BA2;
--tomato-400: #FD4E71;
--tomato-500: #FD1C49;
--tomato-600: #DE022E;
--tomato-700: #B10225;
--tomato-800: #7E011A;
--tomato-900: #510111;
--tomato-950: #32010B;
}