Tomato
#FA5271
RedColor Codes
All color formats for development
HEX
#FA5271RGB
rgb(250, 82, 113)HSL
hsl(349, 94%, 65%)OKLCH
oklch(0.676 0.203 13.7)CMYK
cmyk(0%, 67%, 55%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93256
2#F8123C
3#E1072F
4#C10628
5#A10522
6#81041B
7#600314
8#40020D
9#200107
Tints
Lighter variations
1#FA637F
2#FB748D
3#FB869B
4#FC97AA
5#FCA8B8
6#FDBAC6
7#FDCBD4
8#FEDCE3
9#FEEEF1
Tones
Muted variations
1#F15A76
2#E9637B
3#E06B81
4#D87386
5#D07C8B
6#C78490
7#BF8D96
8#B7959B
9#AE9DA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DA1 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5271 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82048 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA072D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0524 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C041A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0211 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tomato-50: #FFF0F3;
--tomato-100: #FEDCE3;
--tomato-200: #FDBFCA;
--tomato-300: #FB8DA1;
--tomato-400: #FA5271;
--tomato-500: #F82048;
--tomato-600: #DA072D;
--tomato-700: #AD0524;
--tomato-800: #7C041A;
--tomato-900: #4F0211;
--tomato-950: #31020A;
}