Hot Pink
#FA52B4
PinkColor Codes
All color formats for development
HEX
#FA52B4RGB
rgb(250, 82, 180)HSL
hsl(325, 94%, 65%)OKLCH
oklch(0.696 0.223 348.5)CMYK
cmyk(0%, 67%, 28%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932A6
2#F81298
3#E10786
4#C10673
5#A10560
6#81044D
7#60033A
8#400226
9#200113
Tints
Lighter variations
1#FA63BB
2#FB74C3
3#FB86CA
4#FC97D2
5#FCA8D9
6#FDBAE1
7#FDCBE8
8#FEDCF0
9#FEEEF7
Tones
Muted variations
1#F15AB2
2#E963B1
3#E06BB0
4#D873AE
5#D07CAD
6#C784AB
7#BF8DAA
8#B795A9
9#AE9DA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCE | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B4 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8209E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F022F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F9;
--hot-pink-100: #FEDCF0;
--hot-pink-200: #FDBFE3;
--hot-pink-300: #FB8DCE;
--hot-pink-400: #FA52B4;
--hot-pink-500: #F8209E;
--hot-pink-600: #DA0782;
--hot-pink-700: #AD0567;
--hot-pink-800: #7C044A;
--hot-pink-900: #4F022F;
--hot-pink-950: #31021D;
}