Deep Pink
#EB2DA9
PinkColor Codes
All color formats for development
HEX
#EB2DA9RGB
rgb(235, 45, 169)HSL
hsl(321, 83%, 55%)OKLCH
oklch(0.64 0.245 346.7)CMYK
cmyk(0%, 81%, 28%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7159E
2#CD138C
3#B4117B
4#9A0E69
5#800C58
6#670A46
7#4D0735
8#330523
9#1A0212
Tints
Lighter variations
1#ED42B1
2#EF57BA
3#F16CC3
4#F381CB
5#F596D4
6#F7ABDD
7#F9C0E5
8#FBD5EE
9#FDEAF6
Tones
Muted variations
1#E237A6
2#D840A3
3#CF4AA0
4#C5539D
5#BC5D9B
6#B26698
7#A97095
8#9F7992
9#96838F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CBC | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD138C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0733 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF1F9;
--deep-pink-100: #FCDEF2;
--deep-pink-200: #F9C2E6;
--deep-pink-300: #F594D3;
--deep-pink-400: #F05CBC;
--deep-pink-500: #EB2DA9;
--deep-pink-600: #CD138C;
--deep-pink-700: #A30F6F;
--deep-pink-800: #750B50;
--deep-pink-900: #4B0733;
--deep-pink-950: #2F0420;
}