Hot Pink
#EB6098
PinkColor Codes
All color formats for development
HEX
#EB6098RGB
rgb(235, 96, 152)HSL
hsl(336, 78%, 65%)OKLCH
oklch(0.68 0.18 357.9)CMYK
cmyk(0%, 59%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84385
2#E42572
3#CF1A62
4#B11654
5#941246
6#760F38
7#590B2A
8#3B071C
9#1E040E
Tints
Lighter variations
1#ED70A2
2#EF80AC
3#F190B7
4#F3A0C1
5#F5B0CB
6#F7BFD6
7#F9CFE0
8#FBDFEA
9#FDEFF5
Tones
Muted variations
1#E46799
2#DD6E9B
3#D6759C
4#D07C9D
5#C9839F
6#C28AA0
7#BB91A2
8#B498A3
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6098 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337A | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8195F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFEA;
--hot-pink-200: #F8C4D9;
--hot-pink-300: #F297BB;
--hot-pink-400: #EB6098;
--hot-pink-500: #E6337A;
--hot-pink-600: #C8195F;
--hot-pink-700: #9F144B;
--hot-pink-800: #710E36;
--hot-pink-900: #490922;
--hot-pink-950: #2D0616;
}