Tomato
#FC4F63
RedColor Codes
All color formats for development
HEX
#FC4F63RGB
rgb(252, 79, 99)HSL
hsl(353, 97%, 65%)OKLCH
oklch(0.674 0.208 18.3)CMYK
cmyk(0%, 69%, 61%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F46
2#FB0E2A
3#E5031E
4#C40319
5#A30215
6#830211
7#62010D
8#410108
9#210004
Tints
Lighter variations
1#FD6173
2#FD7283
3#FD8492
4#FD96A2
5#FEA7B1
6#FEB9C1
7#FECAD0
8#FEDCE0
9#FFEDEF
Tones
Muted variations
1#F4586A
2#EB6071
3#E26977
4#DA727E
5#D17A85
6#C8838B
7#C08C92
8#B79498
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 #FEBEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B99 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F63 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D37 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD031D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00317 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0210 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50010A | 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: #FEBEC5;
--tomato-300: #FD8B99;
--tomato-400: #FC4F63;
--tomato-500: #FC1D37;
--tomato-600: #DD031D;
--tomato-700: #B00317;
--tomato-800: #7E0210;
--tomato-900: #50010A;
--tomato-950: #320107;
}