Hot Pink
#FA52C2
PinkColor Codes
All color formats for development
HEX
#FA52C2RGB
rgb(250, 82, 194)HSL
hsl(320, 94%, 65%)OKLCH
oklch(0.702 0.231 343.8)CMYK
cmyk(0%, 67%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F932B6
2#F812AB
3#E10798
4#C10683
5#A1056D
6#810457
7#600341
8#40022C
9#200116
Tints
Lighter variations
1#FA63C8
2#FB74CE
3#FB86D4
4#FC97DA
5#FCA8E0
6#FDBAE6
7#FDCBED
8#FEDCF3
9#FEEEF9
Tones
Muted variations
1#F15ABF
2#E963BC
3#E06BB9
4#D873B7
5#D07CB4
6#C784B1
7#BF8DAE
8#B795AB
9#AE9DA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DD7 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52C2 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0575 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0236 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FA;
--hot-pink-100: #FEDCF3;
--hot-pink-200: #FDBFE8;
--hot-pink-300: #FB8DD7;
--hot-pink-400: #FA52C2;
--hot-pink-500: #F820B0;
--hot-pink-600: #DA0793;
--hot-pink-700: #AD0575;
--hot-pink-800: #7C0454;
--hot-pink-900: #4F0236;
--hot-pink-950: #310221;
}