Deep Pink
#E6339B
PinkColor Codes
All color formats for development
HEX
#E6339BRGB
rgb(230, 51, 155)HSL
hsl(325, 78%, 55%)OKLCH
oklch(0.63 0.23 350.5)CMYK
cmyk(0%, 78%, 33%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11C8F
2#C8197F
3#AF166F
4#96135F
5#7D0F4F
6#640C3F
7#4B0930
8#320620
9#190310
Tints
Lighter variations
1#E847A5
2#EB5CAF
3#ED70B9
4#F084C3
5#F299CD
6#F5ADD7
7#F7C2E1
8#FAD6EB
9#FCEBF5
Tones
Muted variations
1#DD3C9A
2#D44598
3#CB4E97
4#C25795
5#B95F94
6#B06892
7#A77191
8#9E7A8F
9#95838E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CC | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092E | 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: #FDF1F8;
--deep-pink-100: #FBDFEF;
--deep-pink-200: #F8C4E2;
--deep-pink-300: #F297CC;
--deep-pink-400: #EB60B1;
--deep-pink-500: #E6339B;
--deep-pink-600: #C8197F;
--deep-pink-700: #9F1465;
--deep-pink-800: #710E48;
--deep-pink-900: #49092E;
--deep-pink-950: #2D061D;
}