Deep Pink
#DE02A4
PinkColor Codes
All color formats for development
HEX
#DE02A4RGB
rgb(222, 2, 164)HSL
hsl(316, 98%, 44%)OKLCH
oklch(0.602 0.256 344.4)CMYK
cmyk(0%, 99%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C80293
2#B20283
3#9C0272
4#850162
5#6F0152
6#590141
7#430131
8#2C0021
9#160010
Tints
Lighter variations
1#FA03B8
2#FD1DC1
3#FD39C9
4#FD55D1
5#FE72D8
6#FE8EE0
7#FEAAE8
8#FEC6F0
9#FFE3F7
Tones
Muted variations
1#D30D9E
2#C81899
3#BD2394
4#B22E8F
5#A7398A
6#9C4485
7#914F80
8#865A7A
9#7B6575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECF | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FFDCF5;
--deep-pink-200: #FEBDED;
--deep-pink-300: #FE8BDF;
--deep-pink-400: #FD4ECF;
--deep-pink-500: #FD1CC1;
--deep-pink-600: #DE02A4;
--deep-pink-700: #B10282;
--deep-pink-800: #7E015D;
--deep-pink-900: #51013B;
--deep-pink-950: #320125;
}