Tomato
#FA5D52
RedColor Codes
All color formats for development
HEX
#FA5D52RGB
rgb(250, 93, 82)HSL
hsl(4, 94%, 65%)OKLCH
oklch(0.683 0.194 27.4)CMYK
cmyk(0%, 63%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93F32
2#F82112
3#E11607
4#C11206
5#A10F05
6#810C04
7#600903
8#400602
9#200301
Tints
Lighter variations
1#FA6D63
2#FB7D74
3#FB8E86
4#FC9E97
5#FCAEA8
6#FDBEBA
7#FDCECB
8#FEDFDC
9#FEEFEE
Tones
Muted variations
1#F1645A
2#E96C63
3#E0736B
4#D87A73
5#D0817C
6#C78984
7#BF908D
8#B79795
9#AE9E9D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC3 #FDC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB95 #FB958D | BordersInactive statesPlaceholder text |
| 400 | FA5D #FA5D52 | Disabled statesSecondary iconsMuted text |
| 500 | F82F #F82F20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA15 #DA1507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD11 #AD1105 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C0C #7C0C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F08 #4F0802 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF1F0;
--tomato-100: #FEDFDC;
--tomato-200: #FDC3BF;
--tomato-300: #FB958D;
--tomato-400: #FA5D52;
--tomato-500: #F82F20;
--tomato-600: #DA1507;
--tomato-700: #AD1105;
--tomato-800: #7C0C04;
--tomato-900: #4F0802;
--tomato-950: #310502;
}