Tomato
#FC4F5B
RedColor Codes
All color formats for development
HEX
#FC4F5BRGB
rgb(252, 79, 91)HSL
hsl(356, 97%, 65%)OKLCH
oklch(0.672 0.208 21)CMYK
cmyk(0%, 69%, 64%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F3C
2#FB0E1E
3#E50312
4#C40310
5#A3020D
6#83020B
7#620108
8#410105
9#210003
Tints
Lighter variations
1#FD616B
2#FD727C
3#FD848C
4#FD969C
5#FEA7AD
6#FEB9BD
7#FECACE
8#FEDCDE
9#FFEDEF
Tones
Muted variations
1#F45862
2#EB606A
3#E26971
4#DA7279
5#D17A80
6#C88388
7#C08C8F
8#B79497
9#AE9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8B93 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F5B | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D2C | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0312 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0030E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E020A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500107 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDE;
--tomato-200: #FEBEC2;
--tomato-300: #FD8B93;
--tomato-400: #FC4F5B;
--tomato-500: #FC1D2C;
--tomato-600: #DD0312;
--tomato-700: #B0030E;
--tomato-800: #7E020A;
--tomato-900: #500107;
--tomato-950: #320104;
}