Hot Pink
#EB6091
PinkColor Codes
All color formats for development
HEX
#EB6091RGB
rgb(235, 96, 145)HSL
hsl(339, 78%, 65%)OKLCH
oklch(0.678 0.177 1)CMYK
cmyk(0%, 59%, 38%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8437C
2#E42568
3#CF1A59
4#B1164C
5#94123F
6#760F33
7#590B26
8#3B0719
9#1E040D
Tints
Lighter variations
1#ED709C
2#EF80A7
3#F190B2
4#F3A0BD
5#F5B0C8
6#F7BFD3
7#F9CFDE
8#FBDFE9
9#FDEFF4
Tones
Muted variations
1#E46793
2#DD6E95
3#D67597
4#D07C99
5#C9839B
6#C28A9D
7#BB919F
8#B498A2
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6091 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63371 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1444 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFE9;
--hot-pink-200: #F8C4D6;
--hot-pink-300: #F297B7;
--hot-pink-400: #EB6091;
--hot-pink-500: #E63371;
--hot-pink-600: #C81956;
--hot-pink-700: #9F1444;
--hot-pink-800: #710E31;
--hot-pink-900: #49091F;
--hot-pink-950: #2D0614;
}