Hot Pink
#FA8FBB
PinkColor Codes
All color formats for development
HEX
#FA8FBBRGB
rgb(250, 143, 187)HSL
hsl(335, 91%, 77%)OKLCH
oklch(0.776 0.138 354.7)CMYK
cmyk(0%, 43%, 25%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F869A5
2#F6448E
3#F41E78
4#E10B64
5#BC0953
6#960743
7#710532
8#4B0421
9#260211
Tints
Lighter variations
1#FA9AC2
2#FBA5C9
3#FBB1D0
4#FCBCD6
5#FCC7DD
6#FDD2E4
7#FDDDEB
8#FEE9F1
9#FEF4F8
Tones
Muted variations
1#F494BC
2#EF9ABD
3#EA9FBE
4#E4A4BF
5#DFAAC0
6#DAAFC1
7#D4B4C2
8#CFBAC3
9#CABFC3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FBB | BordersInactive statesPlaceholder text |
| 400 | F755 #F75598 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5247B | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA084C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0636 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0423 | 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: #FDDDEA;
--hot-pink-200: #FCC0D9;
--hot-pink-300: #FA8FBB;
--hot-pink-400: #F75598;
--hot-pink-500: #F5247B;
--hot-pink-600: #D60A5F;
--hot-pink-700: #AA084C;
--hot-pink-800: #7A0636;
--hot-pink-900: #4E0423;
--hot-pink-950: #310216;
}