Hot Pink
#EA6198
PinkColor Codes
All color formats for development
HEX
#EA6198RGB
rgb(234, 97, 152)HSL
hsl(336, 77%, 65%)OKLCH
oklch(0.68 0.177 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#E74485
2#E32672
3#CD1B62
4#B01754
5#931346
6#750F38
7#580B2A
8#3B081C
9#1D040E
Tints
Lighter variations
1#ED71A2
2#EF81AD
3#F190B7
4#F3A0C1
5#F5B0CC
6#F7C0D6
7#F9D0E0
8#FBDFEA
9#FDEFF5
Tones
Muted variations
1#E46899
2#DD6F9B
3#D6769C
4#CF7D9E
5#C8839F
6#C18AA0
7#BA91A2
8#B398A3
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 | F7C4 #F7C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BB | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6198 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5347B | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E154C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480923 | 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: #F7C4D9;
--hot-pink-300: #F297BB;
--hot-pink-400: #EA6198;
--hot-pink-500: #E5347B;
--hot-pink-600: #C71A5F;
--hot-pink-700: #9E154C;
--hot-pink-800: #710F36;
--hot-pink-900: #480923;
--hot-pink-950: #2D0616;
}