Hot Pink
#FE8BBB
PinkColor Codes
All color formats for development
HEX
#FE8BBBRGB
rgb(254, 139, 187)HSL
hsl(335, 98%, 77%)OKLCH
oklch(0.775 0.148 354.7)CMYK
cmyk(0%, 45%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD64A4
2#FD3D8D
3#FD1676
4#E90263
5#C20252
6#9C0242
7#750131
8#4E0121
9#270010
Tints
Lighter variations
1#FE96C2
2#FEA2C8
3#FEAECF
4#FEB9D6
5#FEC5DD
6#FFD1E4
7#FFDCEB
8#FFE8F1
9#FFF3F8
Tones
Muted variations
1#F891BC
2#F296BD
3#ED9CBE
4#E7A2BF
5#E1A8C0
6#DBADC1
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 #FEBDD8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BBB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E97 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C7A | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE025E | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1024B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0135 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510122 | 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: #FEBDD8;
--hot-pink-300: #FE8BBB;
--hot-pink-400: #FD4E97;
--hot-pink-500: #FD1C7A;
--hot-pink-600: #DE025E;
--hot-pink-700: #B1024B;
--hot-pink-800: #7E0135;
--hot-pink-900: #510122;
--hot-pink-950: #320115;
}