Tomato
#FC4F66
RedColor Codes
All color formats for development
HEX
#FC4F66RGB
rgb(252, 79, 102)HSL
hsl(352, 97%, 65%)OKLCH
oklch(0.674 0.208 17.3)CMYK
cmyk(0%, 69%, 60%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F4A
2#FB0E2E
3#E50321
4#C4031D
5#A30218
6#830213
7#62010E
8#41010A
9#210005
Tints
Lighter variations
1#FD6176
2#FD7285
3#FD8494
4#FD96A3
5#FEA7B3
6#FEB9C2
7#FECAD1
8#FEDCE0
9#FFEDF0
Tones
Muted variations
1#F4586D
2#EB6073
3#E26979
4#DA7280
5#D17A86
6#C8838C
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 | FEDC #FEDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B9B | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F66 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D3B | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0320 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0031A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50010C | 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: #FEDCE0;
--tomato-200: #FEBEC6;
--tomato-300: #FD8B9B;
--tomato-400: #FC4F66;
--tomato-500: #FC1D3B;
--tomato-600: #DD0320;
--tomato-700: #B0031A;
--tomato-800: #7E0212;
--tomato-900: #50010C;
--tomato-950: #320107;
}