Tomato
#FA526B
RedColor Codes
All color formats for development
HEX
#FA526BRGB
rgb(250, 82, 107)HSL
hsl(351, 94%, 65%)OKLCH
oklch(0.675 0.203 15.9)CMYK
cmyk(0%, 67%, 57%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93250
2#F81234
3#E10728
4#C10622
5#A1051C
6#810417
7#600311
8#40020B
9#200106
Tints
Lighter variations
1#FA637A
2#FB7489
3#FB8697
4#FC97A6
5#FCA8B5
6#FDBAC4
7#FDCBD3
8#FEDCE1
9#FEEEF0
Tones
Muted variations
1#F15A71
2#E96377
3#E06B7D
4#D87383
5#D07C88
6#C7848E
7#BF8D94
8#B7959A
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D9E | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA526B | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82041 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0726 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD051F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0416 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F020E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE1;
--tomato-200: #FDBFC8;
--tomato-300: #FB8D9E;
--tomato-400: #FA526B;
--tomato-500: #F82041;
--tomato-600: #DA0726;
--tomato-700: #AD051F;
--tomato-800: #7C0416;
--tomato-900: #4F020E;
--tomato-950: #310209;
}