Tomato
#FC4F72
RedColor Codes
All color formats for development
HEX
#FC4F72RGB
rgb(252, 79, 114)HSL
hsl(348, 97%, 65%)OKLCH
oklch(0.677 0.208 13)CMYK
cmyk(0%, 69%, 55%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F58
2#FB0E3D
3#E50330
4#C4032A
5#A30223
6#83021C
7#620115
8#41010E
9#210007
Tints
Lighter variations
1#FD6180
2#FD728E
3#FD849C
4#FD96AA
5#FEA7B8
6#FEB9C7
7#FECAD5
8#FEDCE3
9#FFEDF1
Tones
Muted variations
1#F45877
2#EB607C
3#E26981
4#DA7287
5#D17A8C
6#C88391
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 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F72 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D49 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD032F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00325 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500111 | 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: #FEDCE3;
--tomato-200: #FEBECB;
--tomato-300: #FD8BA2;
--tomato-400: #FC4F72;
--tomato-500: #FC1D49;
--tomato-600: #DD032F;
--tomato-700: #B00325;
--tomato-800: #7E021B;
--tomato-900: #500111;
--tomato-950: #32010B;
}