Hot Pink
#EF5DB4
PinkColor Codes
All color formats for development
HEX
#EF5DB4RGB
rgb(239, 93, 180)HSL
hsl(324, 82%, 65%)OKLCH
oklch(0.692 0.201 346.8)CMYK
cmyk(0%, 61%, 25%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EA7
2#E92099
3#D31587
4#B51274
5#970F60
6#790C4D
7#5A093A
8#3C0627
9#1E0313
Tints
Lighter variations
1#F16DBC
2#F27DC3
3#F48DCB
4#F59ED2
5#F7AEDA
6#F9BEE1
7#FACEE9
8#FCDFF0
9#FDEFF8
Tones
Muted variations
1#E864B3
2#E06BB1
3#D973B0
4#D27AAF
5#CA81AD
6#C388AC
7#BC90AA
8#B497A9
9#AD9EA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494CE | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DB4 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A072F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F9;
--hot-pink-100: #FCDFF0;
--hot-pink-200: #F9C3E3;
--hot-pink-300: #F494CE;
--hot-pink-400: #EF5DB4;
--hot-pink-500: #EA2E9F;
--hot-pink-600: #CC1483;
--hot-pink-700: #A21068;
--hot-pink-800: #740B4A;
--hot-pink-900: #4A072F;
--hot-pink-950: #2E051E;
}