Tomato
#FC4F60
RedColor Codes
All color formats for development
HEX
#FC4F60RGB
rgb(252, 79, 96)HSL
hsl(354, 97%, 65%)OKLCH
oklch(0.673 0.208 19.4)CMYK
cmyk(0%, 69%, 62%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F43
2#FB0E26
3#E5031A
4#C40316
5#A30213
6#83020F
7#62010B
8#410107
9#210004
Tints
Lighter variations
1#FD6170
2#FD7280
3#FD8490
4#FD96A0
5#FEA7B0
6#FEB9C0
7#FECACF
8#FEDCDF
9#FFEDEF
Tones
Muted variations
1#F45867
2#EB606E
3#E26975
4#DA727C
5#D17A83
6#C8838A
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 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B97 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F60 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E020E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500109 | 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: #FEDCDF;
--tomato-200: #FEBEC4;
--tomato-300: #FD8B97;
--tomato-400: #FC4F60;
--tomato-500: #FC1D33;
--tomato-600: #DD0319;
--tomato-700: #B00314;
--tomato-800: #7E020E;
--tomato-900: #500109;
--tomato-950: #320106;
}