Hot Pink
#F891B0
PinkColor Codes
All color formats for development
HEX
#F891B0RGB
rgb(248, 145, 176)HSL
hsl(342, 88%, 77%)OKLCH
oklch(0.773 0.128 1.2)CMYK
cmyk(0%, 42%, 29%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C95
2#F3477B
3#F12260
4#DD0E4C
5#B90C40
6#940933
7#6F0726
8#4A0519
9#25020D
Tints
Lighter variations
1#F99CB8
2#F9A7C0
3#FAB2C7
4#FBBDCF
5#FBC8D7
6#FCD3DF
7#FDDEE7
8#FEE9EF
9#FEF4F7
Tones
Muted variations
1#F396B2
2#EE9BB4
3#E8A0B6
4#E3A5B8
5#DEABBA
6#D9B0BC
7#D4B5BE
8#CFBAC0
9#CABFC2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45786 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12764 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F5;
--hot-pink-100: #FDDDE7;
--hot-pink-200: #FBC1D2;
--hot-pink-300: #F891B0;
--hot-pink-400: #F45786;
--hot-pink-500: #F12764;
--hot-pink-600: #D30D49;
--hot-pink-700: #A80B3A;
--hot-pink-800: #780829;
--hot-pink-900: #4D051A;
--hot-pink-950: #300311;
}