Hot Pink
#F891BD
PinkColor Codes
All color formats for development
HEX
#F891BDRGB
rgb(248, 145, 189)HSL
hsl(334, 88%, 77%)OKLCH
oklch(0.777 0.134 353.6)CMYK
cmyk(0%, 42%, 24%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66CA8
2#F34792
3#F1227C
4#DD0E68
5#B90C57
6#940945
7#6F0734
8#4A0523
9#250211
Tints
Lighter variations
1#F99CC4
2#F9A7CB
3#FAB2D1
4#FBBDD8
5#FBC8DE
6#FCD3E5
7#FDDEEB
8#FEE9F2
9#FEF4F8
Tones
Muted variations
1#F396BE
2#EE9BBF
3#E8A0C0
4#E3A5C0
5#DEABC1
6#D9B0C2
7#D4B5C2
8#CFBAC3
9#CABFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BD | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579B | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0524 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDEB;
--hot-pink-200: #FBC1DA;
--hot-pink-300: #F891BD;
--hot-pink-400: #F4579B;
--hot-pink-500: #F1277F;
--hot-pink-600: #D30D63;
--hot-pink-700: #A80B4F;
--hot-pink-800: #780838;
--hot-pink-900: #4D0524;
--hot-pink-950: #300317;
}