Hot Pink
#EF5DC8
PinkColor Codes
All color formats for development
HEX
#EF5DC8RGB
rgb(239, 93, 200)HSL
hsl(316, 82%, 65%)OKLCH
oklch(0.7 0.213 339.6)CMYK
cmyk(0%, 61%, 16%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC3EBE
2#E920B3
3#D315A0
4#B5128A
5#970F73
6#790C5C
7#5A0945
8#3C062E
9#1E0317
Tints
Lighter variations
1#F16DCD
2#F27DD3
3#F48DD8
4#F59EDE
5#F7AEE3
6#F9BEE9
7#FACEEE
8#FCDFF4
9#FDEFF9
Tones
Muted variations
1#E864C4
2#E06BC1
3#D973BE
4#D27ABA
5#CA81B7
6#C388B3
7#BC90B0
8#B497AD
9#AD9EA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494DB | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5DC8 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2EB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC149B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A2107B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0738 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1FA;
--hot-pink-100: #FCDFF4;
--hot-pink-200: #F9C3EB;
--hot-pink-300: #F494DB;
--hot-pink-400: #EF5DC8;
--hot-pink-500: #EA2EB8;
--hot-pink-600: #CC149B;
--hot-pink-700: #A2107B;
--hot-pink-800: #740B58;
--hot-pink-900: #4A0738;
--hot-pink-950: #2E0523;
}