Hot Pink
#FE8BB9
PinkColor Codes
All color formats for development
HEX
#FE8BB9RGB
rgb(254, 139, 185)HSL
hsl(336, 98%, 77%)OKLCH
oklch(0.774 0.147 355.7)CMYK
cmyk(0%, 45%, 27%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD64A1
2#FD3D8A
3#FD1672
4#E9025F
5#C2024F
6#9C023F
7#75012F
8#4E0120
9#270010
Tints
Lighter variations
1#FE96C0
2#FEA2C7
3#FEAECE
4#FEB9D5
5#FEC5DC
6#FFD1E3
7#FFDCEA
8#FFE8F1
9#FFF3F8
Tones
Muted variations
1#F891BA
2#F296BB
3#ED9CBC
4#E7A2BD
5#E1A8BF
6#DBADC0
7#D6B3C1
8#D0B9C2
9#CABFC3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E94 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C76 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE025A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510121 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320115 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F6;
--hot-pink-100: #FFDCEA;
--hot-pink-200: #FEBDD7;
--hot-pink-300: #FE8BB9;
--hot-pink-400: #FD4E94;
--hot-pink-500: #FD1C76;
--hot-pink-600: #DE025A;
--hot-pink-700: #B10248;
--hot-pink-800: #7E0133;
--hot-pink-900: #510121;
--hot-pink-950: #320115;
}