Tomato
#FC4F5E
RedColor Codes
All color formats for development
HEX
#FC4F5ERGB
rgb(252, 79, 94)HSL
hsl(355, 97%, 65%)OKLCH
oklch(0.673 0.208 20)CMYK
cmyk(0%, 69%, 63%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F40
2#FB0E22
3#E50316
4#C40313
5#A30210
6#83020D
7#62010A
8#410106
9#210003
Tints
Lighter variations
1#FD616E
2#FD727E
3#FD848E
4#FD969E
5#FEA7AE
6#FEB9BE
7#FECACF
8#FEDCDF
9#FFEDEF
Tones
Muted variations
1#F45865
2#EB606C
3#E26973
4#DA727A
5#D17A82
6#C88389
7#C08C90
8#B79497
9#AE9D9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B95 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F5E | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D2F | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E020C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500108 | 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: #FEDCDF;
--tomato-200: #FEBEC3;
--tomato-300: #FD8B95;
--tomato-400: #FC4F5E;
--tomato-500: #FC1D2F;
--tomato-600: #DD0316;
--tomato-700: #B00311;
--tomato-800: #7E020C;
--tomato-900: #500108;
--tomato-950: #320105;
}