Tomato
#FD4E66
RedColor Codes
All color formats for development
HEX
#FD4E66RGB
rgb(253, 78, 102)HSL
hsl(352, 98%, 65%)OKLCH
oklch(0.675 0.21 17.2)CMYK
cmyk(0%, 69%, 60%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D49
2#FD0D2D
3#E60221
4#C5021C
5#A40217
6#830113
7#62010E
8#420109
9#210005
Tints
Lighter variations
1#FD6075
2#FE7284
3#FE8394
4#FE95A3
5#FEA7B2
6#FEB8C2
7#FECAD1
8#FFDCE0
9#FFEDF0
Tones
Muted variations
1#F4576C
2#EC6072
3#E36979
4#DA717F
5#D17A86
6#C9838C
7#C08C93
8#B79499
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B9A | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E66 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C3A | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0220 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10219 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0112 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FFDCE0;
--tomato-200: #FEBDC6;
--tomato-300: #FE8B9A;
--tomato-400: #FD4E66;
--tomato-500: #FD1C3A;
--tomato-600: #DE0220;
--tomato-700: #B10219;
--tomato-800: #7E0112;
--tomato-900: #51010B;
--tomato-950: #320107;
}