Deep Pink
#DE02AF
PinkColor Codes
All color formats for development
HEX
#DE02AFRGB
rgb(222, 2, 175)HSL
hsl(313, 98%, 44%)OKLCH
oklch(0.607 0.262 341)CMYK
cmyk(0%, 99%, 21%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8029D
2#B2028C
3#9C027A
4#850169
5#6F0157
6#590146
7#430134
8#2C0023
9#160011
Tints
Lighter variations
1#FA03C5
2#FD1DCC
3#FD39D3
4#FD55D9
5#FE72DF
6#FE8EE6
7#FEAAEC
8#FEC6F2
9#FFE3F9
Tones
Muted variations
1#D30DA8
2#C818A2
3#BD239C
4#B22E96
5#A7398F
6#9C4489
7#914F83
8#865A7D
9#7B6576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE5 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CCC | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1028B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FFDCF7;
--deep-pink-200: #FEBDF0;
--deep-pink-300: #FE8BE5;
--deep-pink-400: #FD4ED7;
--deep-pink-500: #FD1CCC;
--deep-pink-600: #DE02AF;
--deep-pink-700: #B1028B;
--deep-pink-800: #7E0163;
--deep-pink-900: #51013F;
--deep-pink-950: #320128;
}