Tomato
#FA5268
RedColor Codes
All color formats for development
HEX
#FA5268RGB
rgb(250, 82, 104)HSL
hsl(352, 94%, 65%)OKLCH
oklch(0.674 0.203 17)CMYK
cmyk(0%, 67%, 58%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9324C
2#F81230
3#E10724
4#C1061F
5#A1051A
6#810415
7#60030F
8#40020A
9#200105
Tints
Lighter variations
1#FA6377
2#FB7486
3#FB8695
4#FC97A5
5#FCA8B4
6#FDBAC3
7#FDCBD2
8#FEDCE1
9#FEEEF0
Tones
Muted variations
1#F15A6E
2#E96375
3#E06B7B
4#D87381
5#D07C87
6#C7848D
7#BF8D93
8#B79599
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 #FDBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8D9C | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5268 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8203D | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0723 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD051C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0414 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F020D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F2;
--tomato-100: #FEDCE1;
--tomato-200: #FDBFC7;
--tomato-300: #FB8D9C;
--tomato-400: #FA5268;
--tomato-500: #F8203D;
--tomato-600: #DA0723;
--tomato-700: #AD051C;
--tomato-800: #7C0414;
--tomato-900: #4F020D;
--tomato-950: #310208;
}