Deep Pink
#DE02C4
PinkColor Codes
All color formats for development
HEX
#DE02C4RGB
rgb(222, 2, 196)HSL
hsl(307, 98%, 44%)OKLCH
oklch(0.617 0.274 335.1)CMYK
cmyk(0%, 99%, 12%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802B1
2#B2029D
3#9C028A
4#850176
5#6F0162
6#59014F
7#43013B
8#2C0027
9#160014
Tints
Lighter variations
1#FA03DE
2#FD1DE3
3#FD39E6
4#FD55EA
5#FE72ED
6#FE8EF1
7#FEAAF4
8#FEC6F8
9#FFE3FB
Tones
Muted variations
1#D30DBC
2#C818B4
3#BD23AB
4#B22EA3
5#A7399A
6#9C4492
7#914F89
8#865A81
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF0 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE9 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510147 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FFDCFB;
--deep-pink-200: #FEBDF7;
--deep-pink-300: #FE8BF0;
--deep-pink-400: #FD4EE9;
--deep-pink-500: #FD1CE2;
--deep-pink-600: #DE02C4;
--deep-pink-700: #B1029C;
--deep-pink-800: #7E0170;
--deep-pink-900: #510147;
--deep-pink-950: #32012D;
}