Hot Pink
#FB51A3
PinkColor Codes
All color formats for development
HEX
#FB51A3RGB
rgb(251, 81, 163)HSL
hsl(331, 96%, 65%)OKLCH
oklch(0.691 0.217 354.7)CMYK
cmyk(0%, 68%, 35%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB3092
2#FA0F81
3#E30570
4#C30460
5#A20350
6#820340
7#610230
8#410120
9#200110
Tints
Lighter variations
1#FC62AC
2#FC73B5
3#FD85BF
4#FD96C8
5#FDA8D1
6#FEB9DA
7#FECBE3
8#FEDCED
9#FFEEF6
Tones
Muted variations
1#F359A3
2#EA61A3
3#E26AA4
4#D972A4
5#D17BA4
6#C883A5
7#BF8CA5
8#B795A5
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CC2 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50A3 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E89 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC046D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0456 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D033E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500227 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320119 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F7;
--hot-pink-100: #FEDCED;
--hot-pink-200: #FEBEDD;
--hot-pink-300: #FD8CC2;
--hot-pink-400: #FB50A3;
--hot-pink-500: #FA1E89;
--hot-pink-600: #DC046D;
--hot-pink-700: #AF0456;
--hot-pink-800: #7D033E;
--hot-pink-900: #500227;
--hot-pink-950: #320119;
}