Tomato
#FD4E74
RedColor Codes
All color formats for development
HEX
#FD4E74RGB
rgb(253, 78, 116)HSL
hsl(347, 98%, 65%)OKLCH
oklch(0.678 0.211 12.2)CMYK
cmyk(0%, 69%, 54%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D5A
2#FD0D41
3#E60234
4#C5022C
5#A40225
6#83011D
7#620116
8#42010F
9#210007
Tints
Lighter variations
1#FD6082
2#FE7290
3#FE839E
4#FE95AC
5#FEA7BA
6#FEB8C7
7#FECAD5
8#FFDCE3
9#FFEDF1
Tones
Muted variations
1#F45779
2#EC607E
3#E36983
4#DA7188
5#D17A8D
6#C98392
7#C08C97
8#B7949C
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 #FEBDCB | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BA4 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E74 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C4D | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E011C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510112 | 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: #FEBDCB;
--tomato-300: #FE8BA4;
--tomato-400: #FD4E74;
--tomato-500: #FD1C4D;
--tomato-600: #DE0232;
--tomato-700: #B10228;
--tomato-800: #7E011C;
--tomato-900: #510112;
--tomato-950: #32010B;
}