Hot Pink
#E9639B
PinkColor Codes
All color formats for development
HEX
#E9639BRGB
rgb(233, 99, 155)HSL
hsl(335, 75%, 65%)OKLCH
oklch(0.682 0.175 356.6)CMYK
cmyk(0%, 58%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E54688
2#E02975
3#CB1D66
4#AE1957
5#911549
6#74113A
7#570C2C
8#3A081D
9#1D040F
Tints
Lighter variations
1#EB72A5
2#ED82AF
3#EF92B9
4#F2A1C3
5#F4B1CD
6#F6C1D7
7#F8D0E1
8#FBE0EB
9#FDEFF5
Tones
Muted variations
1#E26A9C
2#DB709D
3#D5779E
4#CE7E9F
5#C784A0
6#C18BA1
7#BA92A2
8#B398A4
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098BD | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639B | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2367E | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C164E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A24 | 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: #FDF2F6;
--hot-pink-100: #FBE0EB;
--hot-pink-200: #F7C5DA;
--hot-pink-300: #F098BD;
--hot-pink-400: #E9639B;
--hot-pink-500: #E2367E;
--hot-pink-600: #C41C62;
--hot-pink-700: #9C164E;
--hot-pink-800: #701038;
--hot-pink-900: #470A24;
--hot-pink-950: #2D0616;
}