Hot Pink
#EA618F
PinkColor Codes
All color formats for development
HEX
#EA618FRGB
rgb(234, 97, 143)HSL
hsl(340, 77%, 65%)OKLCH
oklch(0.677 0.174 2)CMYK
cmyk(0%, 59%, 39%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7447A
2#E32665
3#CD1B56
4#B0174A
5#93133E
6#750F31
7#580B25
8#3B0819
9#1D040C
Tints
Lighter variations
1#ED719A
2#EF81A5
3#F190B0
4#F3A0BC
5#F5B0C7
6#F7C0D2
7#F9D0DD
8#FBDFE9
9#FDEFF4
Tones
Muted variations
1#E46891
2#DD6F93
3#D67696
4#CF7D98
5#C8839A
6#C18A9D
7#BA919F
8#B398A1
9#AD9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B5 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA618F | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E5346F | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1542 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48091E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F5;
--hot-pink-100: #FBDFE9;
--hot-pink-200: #F7C4D5;
--hot-pink-300: #F297B5;
--hot-pink-400: #EA618F;
--hot-pink-500: #E5346F;
--hot-pink-600: #C71A53;
--hot-pink-700: #9E1542;
--hot-pink-800: #710F2F;
--hot-pink-900: #48091E;
--hot-pink-950: #2D0613;
}