Hot Pink
#FB8E9C
RedColor Codes
All color formats for development
HEX
#FB8E9CRGB
rgb(251, 142, 156)HSL
hsl(352, 93%, 77%)OKLCH
oklch(0.767 0.132 12.5)CMYK
cmyk(0%, 43%, 38%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA687B
2#F8425A
3#F71C39
4#E30825
5#BD071F
6#980519
7#720413
8#4C030C
9#260106
Tints
Lighter variations
1#FB99A6
2#FCA4B0
3#FCB0BA
4#FDBBC4
5#FDC6CE
6#FDD2D8
7#FEDDE1
8#FEE8EB
9#FFF4F5
Tones
Muted variations
1#F593A0
2#F099A4
3#EB9EA8
4#E5A4AC
5#E0A9B0
6#DAAFB4
7#D5B4B8
8#CFB9BC
9#CABFC0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9C | BordersInactive statesPlaceholder text |
| 400 | F953 #F95369 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7223E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0414 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF0F2;
--hot-pink-100: #FEDDE1;
--hot-pink-200: #FDBFC7;
--hot-pink-300: #FB8E9C;
--hot-pink-400: #F95369;
--hot-pink-500: #F7223E;
--hot-pink-600: #D90824;
--hot-pink-700: #AC061C;
--hot-pink-800: #7B0414;
--hot-pink-900: #4F030D;
--hot-pink-950: #310208;
}