Tomato
#FA5252
RedColor Codes
All color formats for development
HEX
#FA5252RGB
rgb(250, 82, 82)HSL
hsl(0, 94%, 65%)OKLCH
oklch(0.671 0.204 24.5)CMYK
cmyk(0%, 67%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93232
2#F81212
3#E10707
4#C10606
5#A10505
6#810404
7#600303
8#400202
9#200101
Tints
Lighter variations
1#FA6363
2#FB7474
3#FB8686
4#FC9797
5#FCA8A8
6#FDBABA
7#FDCBCB
8#FEDCDC
9#FEEEEE
Tones
Muted variations
1#F15A5A
2#E96363
3#E06B6B
4#D87373
5#D07C7C
6#C78484
7#BF8D8D
8#B79595
9#AE9D9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D8D | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5252 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82020 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0505 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0202 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F0;
--tomato-100: #FEDCDC;
--tomato-200: #FDBFBF;
--tomato-300: #FB8D8D;
--tomato-400: #FA5252;
--tomato-500: #F82020;
--tomato-600: #DA0707;
--tomato-700: #AD0505;
--tomato-800: #7C0404;
--tomato-900: #4F0202;
--tomato-950: #310202;
}