Hot Pink
#FA52B9
PinkColor Codes
All color formats for development
HEX
#FA52B9RGB
rgb(250, 82, 185)HSL
hsl(323, 94%, 65%)OKLCH
oklch(0.698 0.226 346.8)CMYK
cmyk(0%, 67%, 26%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932AC
2#F8129F
3#E1078D
4#C10679
5#A10565
6#810451
7#60033D
8#400228
9#200114
Tints
Lighter variations
1#FA63C0
2#FB74C7
3#FB86CE
4#FC97D5
5#FCA8DC
6#FDBAE3
7#FDCBEA
8#FEDCF1
9#FEEEF8
Tones
Muted variations
1#F15AB7
2#E963B5
3#E06BB3
4#D873B1
5#D07CB0
6#C784AE
7#BF8DAC
8#B795AA
9#AE9DA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DD1 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B9 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0789 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD056D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0232 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F9;
--hot-pink-100: #FEDCF1;
--hot-pink-200: #FDBFE5;
--hot-pink-300: #FB8DD1;
--hot-pink-400: #FA52B9;
--hot-pink-500: #F820A5;
--hot-pink-600: #DA0789;
--hot-pink-700: #AD056D;
--hot-pink-800: #7C044E;
--hot-pink-900: #4F0232;
--hot-pink-950: #31021F;
}