Deep Pink
#E3357E
PinkColor Codes
All color formats for development
HEX
#E3357ERGB
rgb(227, 53, 126)HSL
hsl(335, 76%, 55%)OKLCH
oklch(0.617 0.215 0.8)CMYK
cmyk(0%, 77%, 44%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E6E
2#C51B62
3#AD1856
4#941449
5#7B113D
6#630D31
7#4A0A25
8#310718
9#19030C
Tints
Lighter variations
1#E6498B
2#E95D98
3#EC72A5
4#EE86B1
5#F19ABE
6#F4AECB
7#F7C2D8
8#F9D7E5
9#FCEBF2
Tones
Muted variations
1#DB3E7F
2#D24681
3#C94F82
4#C15884
5#B86185
6#AF6986
7#A67288
8#9E7B89
9#95848B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198BD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629A | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3357E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D154E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A24 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F6;
--deep-pink-100: #FBE0EB;
--deep-pink-200: #F7C5DA;
--deep-pink-300: #F198BD;
--deep-pink-400: #EA629A;
--deep-pink-500: #E3357E;
--deep-pink-600: #C51B62;
--deep-pink-700: #9D154E;
--deep-pink-800: #700F38;
--deep-pink-900: #480A24;
--deep-pink-950: #2D0616;
}