Hot Pink
#EB60BD
PinkColor Codes
All color formats for development
HEX
#EB60BDRGB
rgb(235, 96, 189)HSL
hsl(320, 78%, 65%)OKLCH
oklch(0.693 0.199 342.6)CMYK
cmyk(0%, 59%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843B1
2#E425A4
3#CF1A92
4#B1167D
5#941268
6#760F54
7#590B3F
8#3B072A
9#1E0415
Tints
Lighter variations
1#ED70C4
2#EF80CA
3#F190D1
4#F3A0D7
5#F5B0DE
6#F7BFE5
7#F9CFEB
8#FBDFF2
9#FDEFF8
Tones
Muted variations
1#E467BB
2#DD6EB8
3#D675B6
4#D07CB4
5#C983B1
6#C28AAF
7#BB91AD
8#B498AA
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AA | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8198D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490933 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F9;
--hot-pink-100: #FBDFF2;
--hot-pink-200: #F8C4E6;
--hot-pink-300: #F297D4;
--hot-pink-400: #EB60BD;
--hot-pink-500: #E633AA;
--hot-pink-600: #C8198D;
--hot-pink-700: #9F1470;
--hot-pink-800: #710E50;
--hot-pink-900: #490933;
--hot-pink-950: #2D0620;
}