Deep Pink
#E633A1
PinkColor Codes
All color formats for development
HEX
#E633A1RGB
rgb(230, 51, 161)HSL
hsl(323, 78%, 55%)OKLCH
oklch(0.632 0.233 348.5)CMYK
cmyk(0%, 78%, 30%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11C95
2#C81985
3#AF1674
4#961363
5#7D0F53
6#640C42
7#4B0932
8#320621
9#190311
Tints
Lighter variations
1#E847AB
2#EB5CB4
3#ED70BD
4#F084C7
5#F299D0
6#F5ADD9
7#F7C2E3
8#FAD6EC
9#FCEBF6
Tones
Muted variations
1#DD3C9F
2#D4459D
3#CB4E9B
4#C25799
5#B95F97
6#B06895
7#A77193
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 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | 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: #F8C4E4;
--deep-pink-300: #F297CF;
--deep-pink-400: #EB60B6;
--deep-pink-500: #E633A1;
--deep-pink-600: #C81985;
--deep-pink-700: #9F1469;
--deep-pink-800: #710E4B;
--deep-pink-900: #490930;
--deep-pink-950: #2D061E;
}