Hot Pink
#EA619F
PinkColor Codes
All color formats for development
HEX
#EA619FRGB
rgb(234, 97, 159)HSL
hsl(333, 77%, 65%)OKLCH
oklch(0.682 0.18 354.7)CMYK
cmyk(0%, 59%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7448D
2#E3267B
3#CD1B6B
4#B0175C
5#93134C
6#750F3D
7#580B2E
8#3B081F
9#1D040F
Tints
Lighter variations
1#ED71A8
2#EF81B2
3#F190BC
4#F3A0C5
5#F5B0CF
6#F7C0D9
7#F9D0E2
8#FBDFEC
9#FDEFF5
Tones
Muted variations
1#E468A0
2#DD6FA0
3#D676A1
4#CF7DA2
5#C883A2
6#C18AA3
7#BA91A4
8#B398A4
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C0 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA619F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53483 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480926 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F7;
--hot-pink-100: #FBDFEC;
--hot-pink-200: #F7C4DB;
--hot-pink-300: #F297C0;
--hot-pink-400: #EA619F;
--hot-pink-500: #E53483;
--hot-pink-600: #C71A68;
--hot-pink-700: #9E1552;
--hot-pink-800: #710F3B;
--hot-pink-900: #480926;
--hot-pink-950: #2D0618;
}