Tomato
#FC4F69
RedColor Codes
All color formats for development
HEX
#FC4F69RGB
rgb(252, 79, 105)HSL
hsl(351, 97%, 65%)OKLCH
oklch(0.675 0.208 16.2)CMYK
cmyk(0%, 69%, 58%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F4D
2#FB0E31
3#E50325
4#C40320
5#A3021B
6#830215
7#620110
8#41010B
9#210005
Tints
Lighter variations
1#FD6178
2#FD7287
3#FD8496
4#FD96A5
5#FEA7B4
6#FEB9C3
7#FECAD2
8#FEDCE1
9#FFEDF0
Tones
Muted variations
1#F4586F
2#EB6075
3#E2697B
4#DA7281
5#D17A87
6#C8838E
7#C08C94
8#B7949A
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B9D | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F69 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D3E | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0324 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0031D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0214 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50010D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320108 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE1;
--tomato-200: #FEBEC7;
--tomato-300: #FD8B9D;
--tomato-400: #FC4F69;
--tomato-500: #FC1D3E;
--tomato-600: #DD0324;
--tomato-700: #B0031D;
--tomato-800: #7E0214;
--tomato-900: #50010D;
--tomato-950: #320108;
}