Hot Pink
#FE8B9E
RedColor Codes
All color formats for development
HEX
#FE8B9ERGB
rgb(254, 139, 158)HSL
hsl(350, 98%, 77%)OKLCH
oklch(0.767 0.14 10.4)CMYK
cmyk(0%, 45%, 38%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD647E
2#FD3D5D
3#FD163D
4#E90229
5#C20222
6#9C021B
7#750114
8#4E010E
9#270007
Tints
Lighter variations
1#FE96A8
2#FEA2B1
3#FEAEBB
4#FEB9C5
5#FEC5CF
6#FFD1D8
7#FFDCE2
8#FFE8EC
9#FFF3F5
Tones
Muted variations
1#F891A2
2#F296A6
3#ED9CAA
4#E7A2AD
5#E1A8B1
6#DBADB5
7#D6B3B9
8#D0B9BD
9#CABFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B9E | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E6B | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C41 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0227 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1021F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0116 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51010E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320109 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F2;
--hot-pink-100: #FFDCE1;
--hot-pink-200: #FEBDC8;
--hot-pink-300: #FE8B9E;
--hot-pink-400: #FD4E6B;
--hot-pink-500: #FD1C41;
--hot-pink-600: #DE0227;
--hot-pink-700: #B1021F;
--hot-pink-800: #7E0116;
--hot-pink-900: #51010E;
--hot-pink-950: #320109;
}