Tomato
#FA526E
RedColor Codes
All color formats for development
HEX
#FA526ERGB
rgb(250, 82, 110)HSL
hsl(350, 94%, 65%)OKLCH
oklch(0.676 0.203 14.8)CMYK
cmyk(0%, 67%, 56%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93253
2#F81238
3#E1072B
4#C10625
5#A1051F
6#810419
7#600313
8#40020C
9#200106
Tints
Lighter variations
1#FA637C
2#FB748B
3#FB8699
4#FC97A8
5#FCA8B6
6#FDBAC5
7#FDCBD3
8#FEDCE2
9#FEEEF0
Tones
Muted variations
1#F15A73
2#E96379
3#E06B7F
4#D87384
5#D07C8A
6#C7848F
7#BF8D95
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 #FEDCE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DA0 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA526E | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82044 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA072A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0521 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0418 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F020F | 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: #FEDCE2;
--tomato-200: #FDBFC9;
--tomato-300: #FB8DA0;
--tomato-400: #FA526E;
--tomato-500: #F82044;
--tomato-600: #DA072A;
--tomato-700: #AD0521;
--tomato-800: #7C0418;
--tomato-900: #4F020F;
--tomato-950: #31020A;
}