Hot Pink
#EA6193
PinkColor Codes
All color formats for development
HEX
#EA6193RGB
rgb(234, 97, 147)HSL
hsl(338, 77%, 65%)OKLCH
oklch(0.678 0.176 0.1)CMYK
cmyk(0%, 59%, 37%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7447F
2#E3266B
3#CD1B5C
4#B0174F
5#931342
6#750F35
7#580B28
8#3B081A
9#1D040D
Tints
Lighter variations
1#ED719E
2#EF81A9
3#F190B4
4#F3A0BE
5#F5B0C9
6#F7C0D4
7#F9D0DF
8#FBDFE9
9#FDEFF4
Tones
Muted variations
1#E46895
2#DD6F97
3#D67699
4#CF7D9B
5#C8839D
6#C18A9E
7#BA91A0
8#B398A2
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 | F7C4 #F7C4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B8 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6193 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53475 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480920 | 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: #F7C4D7;
--hot-pink-300: #F297B8;
--hot-pink-400: #EA6193;
--hot-pink-500: #E53475;
--hot-pink-600: #C71A59;
--hot-pink-700: #9E1547;
--hot-pink-800: #710F33;
--hot-pink-900: #480920;
--hot-pink-950: #2D0614;
}