Hot Pink
#FB8DBD
PinkColor Codes
All color formats for development
HEX
#FB8DBDRGB
rgb(251, 141, 189)HSL
hsl(334, 93%, 77%)OKLCH
oklch(0.775 0.143 353.4)CMYK
cmyk(0%, 44%, 25%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA68A7
2#F84291
3#F71C7B
4#E30867
5#BD0756
6#980545
7#720434
8#4C0322
9#260111
Tints
Lighter variations
1#FB99C4
2#FCA4CA
3#FCB0D1
4#FDBBD7
5#FDC6DE
6#FDD2E5
7#FEDDEB
8#FEE8F2
9#FFF4F8
Tones
Muted variations
1#F593BE
2#F099BF
3#EB9EBF
4#E5A4C0
5#E0A9C1
6#DAAFC1
7#D5B4C2
8#CFB9C3
9#CABFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EBD | BordersInactive statesPlaceholder text |
| 400 | F953 #F9539B | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7227E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC064E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0438 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0324 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310216 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F6;
--hot-pink-100: #FEDDEB;
--hot-pink-200: #FDBFDA;
--hot-pink-300: #FB8EBD;
--hot-pink-400: #F9539B;
--hot-pink-500: #F7227E;
--hot-pink-600: #D90862;
--hot-pink-700: #AC064E;
--hot-pink-800: #7B0438;
--hot-pink-900: #4F0324;
--hot-pink-950: #310216;
}