Tomato
#FC4F6C
RedColor Codes
All color formats for development
HEX
#FC4F6CRGB
rgb(252, 79, 108)HSL
hsl(350, 97%, 65%)OKLCH
oklch(0.675 0.208 15.2)CMYK
cmyk(0%, 69%, 57%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F51
2#FB0E35
3#E50329
4#C40323
5#A3021D
6#830217
7#620112
8#41010C
9#210006
Tints
Lighter variations
1#FD617B
2#FD7289
3#FD8498
4#FD96A7
5#FEA7B6
6#FEB9C4
7#FECAD3
8#FEDCE2
9#FFEDF0
Tones
Muted variations
1#F45872
2#EB6078
3#E2697D
4#DA7283
5#D17A89
6#C8838F
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 #FEDCE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B9E | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F6C | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D42 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0328 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00320 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0217 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50010E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE2;
--tomato-200: #FEBEC8;
--tomato-300: #FD8B9E;
--tomato-400: #FC4F6C;
--tomato-500: #FC1D42;
--tomato-600: #DD0328;
--tomato-700: #B00320;
--tomato-800: #7E0217;
--tomato-900: #50010E;
--tomato-950: #320109;
}