Hot Pink
#FB50CE
PinkColor Codes
All color formats for development
HEX
#FB50CERGB
rgb(251, 80, 206)HSL
hsl(316, 96%, 65%)OKLCH
oklch(0.707 0.241 340.2)CMYK
cmyk(0%, 68%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB30C5
2#FA0FBB
3#E305A8
4#C30490
5#A20378
6#820360
7#610248
8#410130
9#200118
Tints
Lighter variations
1#FC62D3
2#FC73D8
3#FD85DD
4#FD96E1
5#FDA8E6
6#FEB9EB
7#FECBF0
8#FEDCF5
9#FFEEFA
Tones
Muted variations
1#F359CA
2#EA61C6
3#E26AC2
4#D972BE
5#D17BBA
6#C883B6
7#BF8CB2
8#B795AE
9#AE9DAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEED | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDF | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50CE | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FB;
--hot-pink-100: #FEDCF5;
--hot-pink-200: #FEBEED;
--hot-pink-300: #FD8CDF;
--hot-pink-400: #FB50CE;
--hot-pink-500: #FA1EC0;
--hot-pink-600: #DC04A2;
--hot-pink-700: #AF0481;
--hot-pink-800: #7D035C;
--hot-pink-900: #50023B;
--hot-pink-950: #320125;
}