Hot Pink
#EB609C
PinkColor Codes
All color formats for development
HEX
#EB609CRGB
rgb(235, 96, 156)HSL
hsl(334, 78%, 65%)OKLCH
oklch(0.681 0.181 356.1)CMYK
cmyk(0%, 59%, 34%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8438A
2#E42578
3#CF1A68
4#B11659
5#94124A
6#760F3B
7#590B2D
8#3B071E
9#1E040F
Tints
Lighter variations
1#ED70A6
2#EF80B0
3#F190BA
4#F3A0C4
5#F5B0CE
6#F7BFD8
7#F9CFE1
8#FBDFEB
9#FDEFF5
Tones
Muted variations
1#E4679D
2#DD6E9E
3#D6759F
4#D07CA0
5#C983A1
6#C28AA2
7#BB91A3
8#B498A4
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63380 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81965 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1450 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F7;
--hot-pink-100: #FBDFEB;
--hot-pink-200: #F8C4DA;
--hot-pink-300: #F297BE;
--hot-pink-400: #EB609C;
--hot-pink-500: #E63380;
--hot-pink-600: #C81965;
--hot-pink-700: #9F1450;
--hot-pink-800: #710E39;
--hot-pink-900: #490925;
--hot-pink-950: #2D0617;
}