Deep Pink
#E6339E
PinkColor Codes
All color formats for development
HEX
#E6339ERGB
rgb(230, 51, 158)HSL
hsl(324, 78%, 55%)OKLCH
oklch(0.631 0.231 349.5)CMYK
cmyk(0%, 78%, 31%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11C92
2#C81982
3#AF1671
4#961361
5#7D0F51
6#640C41
7#4B0931
8#320620
9#190310
Tints
Lighter variations
1#E847A8
2#EB5CB2
3#ED70BB
4#F084C5
5#F299CF
6#F5ADD8
7#F7C2E2
8#FAD6EC
9#FCEBF5
Tones
Muted variations
1#DD3C9C
2#D4459B
3#CB4E99
4#C25797
5#B95F95
6#B06893
7#A77192
8#9E7A90
9#95838E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1F9;
--deep-pink-100: #FBDFF0;
--deep-pink-200: #F8C4E3;
--deep-pink-300: #F297CD;
--deep-pink-400: #EB60B4;
--deep-pink-500: #E6339E;
--deep-pink-600: #C81982;
--deep-pink-700: #9F1467;
--deep-pink-800: #710E4A;
--deep-pink-900: #49092F;
--deep-pink-950: #2D061D;
}