Hot Pink
#FB8DBF
PinkColor Codes
All color formats for development
HEX
#FB8DBFRGB
rgb(251, 141, 191)HSL
hsl(333, 93%, 77%)OKLCH
oklch(0.775 0.144 352.3)CMYK
cmyk(0%, 44%, 24%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA68A9
2#F84294
3#F71C7F
4#E3086B
5#BD0759
6#980547
7#720435
8#4C0324
9#260112
Tints
Lighter variations
1#FB99C5
2#FCA4CC
3#FCB0D2
4#FDBBD9
5#FDC6DF
6#FDD2E5
7#FEDDEC
8#FEE8F2
9#FFF4F9
Tones
Muted variations
1#F593BF
2#F099C0
3#EB9EC1
4#E5A4C1
5#E0A9C2
6#DAAFC2
7#D5B4C3
8#CFB9C3
9#CABFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EBF | BordersInactive statesPlaceholder text |
| 400 | F953 #F9539D | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72282 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90866 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0651 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B043A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0325 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310217 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F7;
--hot-pink-100: #FEDDEB;
--hot-pink-200: #FDBFDB;
--hot-pink-300: #FB8EBF;
--hot-pink-400: #F9539D;
--hot-pink-500: #F72282;
--hot-pink-600: #D90866;
--hot-pink-700: #AC0651;
--hot-pink-800: #7B043A;
--hot-pink-900: #4F0325;
--hot-pink-950: #310217;
}