Hot Pink
#FB8EC1
PinkColor Codes
All color formats for development
HEX
#FB8EC1RGB
rgb(251, 142, 193)HSL
hsl(332, 93%, 77%)OKLCH
oklch(0.778 0.144 351.5)CMYK
cmyk(0%, 43%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA68AC
2#F84297
3#F71C82
4#E3086F
5#BD075C
6#98054A
7#720437
8#4C0325
9#260112
Tints
Lighter variations
1#FB99C7
2#FCA4CD
3#FCB0D3
4#FDBBDA
5#FDC6E0
6#FDD2E6
7#FEDDEC
8#FEE8F3
9#FFF4F9
Tones
Muted variations
1#F593C1
2#F099C1
3#EB9EC2
4#E5A4C2
5#E0A9C3
6#DAAFC3
7#D5B4C3
8#CFB9C4
9#CABFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EC1 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953A0 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72285 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90869 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0654 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B043C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0326 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310218 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F7;
--hot-pink-100: #FEDDEC;
--hot-pink-200: #FDBFDC;
--hot-pink-300: #FB8EC1;
--hot-pink-400: #F953A0;
--hot-pink-500: #F72285;
--hot-pink-600: #D90869;
--hot-pink-700: #AC0654;
--hot-pink-800: #7B043C;
--hot-pink-900: #4F0326;
--hot-pink-950: #310218;
}