Hot Pink
#FB51D9
PinkColor Codes
All color formats for development
HEX
#FB51D9RGB
rgb(251, 81, 217)HSL
hsl(312, 96%, 65%)OKLCH
oklch(0.712 0.247 336.9)CMYK
cmyk(0%, 68%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30D2
2#FA0FCB
3#E305B7
4#C3049D
5#A20383
6#820368
7#61024E
8#410134
9#20011A
Tints
Lighter variations
1#FC62DD
2#FC73E1
3#FD85E5
4#FD96E8
5#FDA8EC
6#FEB9F0
7#FECBF4
8#FEDCF7
9#FFEEFB
Tones
Muted variations
1#F359D4
2#EA61CF
3#E26ACA
4#D972C5
5#D17BBF
6#C883BA
7#BF8CB5
8#B795B0
9#AE9DAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE6 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D9 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ECE | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF048D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500240 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FC;
--hot-pink-100: #FEDCF7;
--hot-pink-200: #FEBEF1;
--hot-pink-300: #FD8CE6;
--hot-pink-400: #FB50D9;
--hot-pink-500: #FA1ECE;
--hot-pink-600: #DC04B1;
--hot-pink-700: #AF048D;
--hot-pink-800: #7D0364;
--hot-pink-900: #500240;
--hot-pink-950: #320128;
}