Deep Pink
#E335A9
PinkColor Codes
All color formats for development
HEX
#E335A9RGB
rgb(227, 53, 169)HSL
hsl(320, 76%, 55%)OKLCH
oklch(0.632 0.233 345.1)CMYK
cmyk(0%, 77%, 26%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DE1E9E
2#C51B8D
3#AD187B
4#941469
5#7B1158
6#630D46
7#4A0A35
8#310723
9#190312
Tints
Lighter variations
1#E649B2
2#E95DBA
3#EC72C3
4#EE86CC
5#F19AD4
6#F4AEDD
7#F7C2E5
8#F9D7EE
9#FCEBF6
Tones
Muted variations
1#DB3EA6
2#D246A4
3#C94FA1
4#C1589E
5#B8619B
6#AF6998
7#A67295
8#9E7B92
9#95848F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D3 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62BC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF2F9;
--deep-pink-100: #FBE0F2;
--deep-pink-200: #F7C5E6;
--deep-pink-300: #F198D3;
--deep-pink-400: #EA62BC;
--deep-pink-500: #E335A9;
--deep-pink-600: #C51B8D;
--deep-pink-700: #9D1570;
--deep-pink-800: #700F50;
--deep-pink-900: #480A33;
--deep-pink-950: #2D0620;
}