Tomato
#FA525D
RedColor Codes
All color formats for development
HEX
#FA525DRGB
rgb(250, 82, 93)HSL
hsl(356, 94%, 65%)OKLCH
oklch(0.672 0.203 20.9)CMYK
cmyk(0%, 67%, 63%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9323F
2#F81221
3#E10716
4#C10612
5#A1050F
6#81040C
7#600309
8#400206
9#200103
Tints
Lighter variations
1#FA636D
2#FB747D
3#FB868E
4#FC979E
5#FCA8AE
6#FDBABE
7#FDCBCE
8#FEDCDF
9#FEEEEF
Tones
Muted variations
1#F15A64
2#E9636C
3#E06B73
4#D8737A
5#D07C81
6#C78489
7#BF8D90
8#B79597
9#AE9D9E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D95 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA525D | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8202F | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0715 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C040C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0208 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F1;
--tomato-100: #FEDCDF;
--tomato-200: #FDBFC3;
--tomato-300: #FB8D95;
--tomato-400: #FA525D;
--tomato-500: #F8202F;
--tomato-600: #DA0715;
--tomato-700: #AD0511;
--tomato-800: #7C040C;
--tomato-900: #4F0208;
--tomato-950: #310205;
}