Hot Pink
#FB51D6
PinkColor Codes
All color formats for development
HEX
#FB51D6RGB
rgb(251, 81, 214)HSL
hsl(313, 96%, 65%)OKLCH
oklch(0.711 0.245 337.8)CMYK
cmyk(0%, 68%, 15%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30CF
2#FA0FC7
3#E305B3
4#C3049A
5#A20380
6#820366
7#61024D
8#410133
9#20011A
Tints
Lighter variations
1#FC62DA
2#FC73DE
3#FD85E3
4#FD96E7
5#FDA8EB
6#FEB9EF
7#FECBF3
8#FEDCF7
9#FFEEFB
Tones
Muted variations
1#F359D1
2#EA61CD
3#E26AC8
4#D972C3
5#D17BBE
6#C883B9
7#BF8CB4
8#B795AF
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 #FEBEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE4 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D6 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF048A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | 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: #FEBEF0;
--hot-pink-300: #FD8CE4;
--hot-pink-400: #FB50D6;
--hot-pink-500: #FA1ECB;
--hot-pink-600: #DC04AD;
--hot-pink-700: #AF048A;
--hot-pink-800: #7D0362;
--hot-pink-900: #50023F;
--hot-pink-950: #320127;
}