Hot Pink
#FE8BB3
PinkColor Codes
All color formats for development
HEX
#FE8BB3RGB
rgb(254, 139, 179)HSL
hsl(339, 98%, 77%)OKLCH
oklch(0.772 0.145 358.9)CMYK
cmyk(0%, 45%, 30%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD649A
2#FD3D80
3#FD1667
4#E90253
5#C20245
6#9C0237
7#75012A
8#4E011C
9#27000E
Tints
Lighter variations
1#FE96BB
2#FEA2C2
3#FEAECA
4#FEB9D1
5#FEC5D9
6#FFD1E1
7#FFDCE8
8#FFE8F0
9#FFF3F7
Tones
Muted variations
1#F891B5
2#F296B7
3#ED9CB8
4#E7A2BA
5#E1A8BC
6#DBADBD
7#D6B3BF
8#D0B9C1
9#CABFC3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E8C | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C6B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE024F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1023F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E012D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320112 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F5;
--hot-pink-100: #FFDCE8;
--hot-pink-200: #FEBDD4;
--hot-pink-300: #FE8BB3;
--hot-pink-400: #FD4E8C;
--hot-pink-500: #FD1C6B;
--hot-pink-600: #DE024F;
--hot-pink-700: #B1023F;
--hot-pink-800: #7E012D;
--hot-pink-900: #51011D;
--hot-pink-950: #320112;
}