Hot Pink
#FA5298
PinkColor Codes
All color formats for development
HEX
#FA5298RGB
rgb(250, 82, 152)HSL
hsl(335, 94%, 65%)OKLCH
oklch(0.687 0.211 358.7)CMYK
cmyk(0%, 67%, 39%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F93285
2#F81271
3#E10762
4#C10654
5#A10546
6#810438
7#60032A
8#40021C
9#20010E
Tints
Lighter variations
1#FA63A2
2#FB74AC
3#FB86B7
4#FC97C1
5#FCA8CB
6#FDBAD6
7#FDCBE0
8#FEDCEA
9#FEEEF5
Tones
Muted variations
1#F15A99
2#E9639B
3#E06B9C
4#D8739D
5#D07C9F
6#C784A0
7#BF8DA2
8#B795A3
9#AE9DA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFD9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DBB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA5298 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8207A | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA075F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD054B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0436 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0222 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F6;
--hot-pink-100: #FEDCEA;
--hot-pink-200: #FDBFD9;
--hot-pink-300: #FB8DBB;
--hot-pink-400: #FA5298;
--hot-pink-500: #F8207A;
--hot-pink-600: #DA075F;
--hot-pink-700: #AD054B;
--hot-pink-800: #7C0436;
--hot-pink-900: #4F0222;
--hot-pink-950: #310216;
}