Hot Pink
#F891A9
RedColor Codes
All color formats for development
HEX
#F891A9RGB
rgb(248, 145, 169)HSL
hsl(346, 88%, 77%)OKLCH
oklch(0.771 0.127 5.5)CMYK
cmyk(0%, 42%, 32%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C8C
2#F3476F
3#F12252
4#DD0E3F
5#B90C34
6#94092A
7#6F071F
8#4A0515
9#25020A
Tints
Lighter variations
1#F99CB1
2#F9A7BA
3#FAB2C3
4#FBBDCB
5#FBC8D4
6#FCD3DD
7#FDDEE5
8#FEE9EE
9#FEF4F6
Tones
Muted variations
1#F396AC
2#EE9BAE
3#E8A0B1
4#E3A5B4
5#DEABB7
6#D9B0B9
7#D4B5BC
8#CFBABF
9#CABFC2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A9 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4577C | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12756 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B2F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780822 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0516 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F4;
--hot-pink-100: #FDDDE5;
--hot-pink-200: #FBC1CE;
--hot-pink-300: #F891A9;
--hot-pink-400: #F4577C;
--hot-pink-500: #F12756;
--hot-pink-600: #D30D3C;
--hot-pink-700: #A80B2F;
--hot-pink-800: #780822;
--hot-pink-900: #4D0516;
--hot-pink-950: #30030E;
}