Deep Pink
#E33584
PinkColor Codes
All color formats for development
HEX
#E33584RGB
rgb(227, 53, 132)HSL
hsl(333, 76%, 55%)OKLCH
oklch(0.619 0.217 358.5)CMYK
cmyk(0%, 77%, 42%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E75
2#C51B68
3#AD185B
4#94144E
5#7B1141
6#630D34
7#4A0A27
8#31071A
9#19030D
Tints
Lighter variations
1#E64990
2#E95D9C
3#EC72A9
4#EE86B5
5#F19AC1
6#F4AECE
7#F7C2DA
8#F9D7E6
9#FCEBF3
Tones
Muted variations
1#DB3E84
2#D24685
3#C94F86
4#C15887
5#B86188
6#AF6989
7#A6728A
8#9E7B8B
9#95848B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33584 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F7;
--deep-pink-100: #FBE0EC;
--deep-pink-200: #F7C5DB;
--deep-pink-300: #F198C0;
--deep-pink-400: #EA629F;
--deep-pink-500: #E33584;
--deep-pink-600: #C51B68;
--deep-pink-700: #9D1552;
--deep-pink-800: #700F3B;
--deep-pink-900: #480A26;
--deep-pink-950: #2D0618;
}