Deep Pink
#DE02AB
PinkColor Codes
All color formats for development
HEX
#DE02ABRGB
rgb(222, 2, 171)HSL
hsl(314, 98%, 44%)OKLCH
oklch(0.605 0.26 342.3)CMYK
cmyk(0%, 99%, 23%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8029A
2#B20289
3#9C0278
4#850167
5#6F0155
6#590144
7#430133
8#2C0022
9#160011
Tints
Lighter variations
1#FA03C1
2#FD1DC8
3#FD39CF
4#FD55D6
5#FE72DD
6#FE8EE4
7#FEAAEB
8#FEC6F1
9#FFE3F8
Tones
Muted variations
1#D30DA5
2#C8189F
3#BD2399
4#B22E93
5#A7398E
6#9C4488
7#914F82
8#865A7C
9#7B6576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FFDCF6;
--deep-pink-200: #FEBDEF;
--deep-pink-300: #FE8BE3;
--deep-pink-400: #FD4ED4;
--deep-pink-500: #FD1CC8;
--deep-pink-600: #DE02AB;
--deep-pink-700: #B10288;
--deep-pink-800: #7E0161;
--deep-pink-900: #51013E;
--deep-pink-950: #320127;
}