Deep Pink
#E633B9
PinkColor Codes
All color formats for development
HEX
#E633B9RGB
rgb(230, 51, 185)HSL
hsl(315, 78%, 55%)OKLCH
oklch(0.643 0.246 340.6)CMYK
cmyk(0%, 78%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CAF
2#C8199C
3#AF1688
4#961375
5#7D0F61
6#640C4E
7#4B093A
8#320627
9#190313
Tints
Lighter variations
1#E847C0
2#EB5CC7
3#ED70CE
4#F084D5
5#F299DC
6#F5ADE3
7#F7C2EA
8#FAD6F1
9#FCEBF8
Tones
Muted variations
1#DD3CB5
2#D445B0
3#CB4EAC
4#C257A7
5#B95FA3
6#B0689E
7#A7719A
8#9E7A95
9#958391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8199C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FA;
--deep-pink-100: #FBDFF4;
--deep-pink-200: #F8C4EB;
--deep-pink-300: #F297DB;
--deep-pink-400: #EB60C9;
--deep-pink-500: #E633B9;
--deep-pink-600: #C8199C;
--deep-pink-700: #9F147C;
--deep-pink-800: #710E59;
--deep-pink-900: #490939;
--deep-pink-950: #2D0623;
}