Deep Pink
#DE02BA
PinkColor Codes
All color formats for development
HEX
#DE02BARGB
rgb(222, 2, 186)HSL
hsl(310, 98%, 44%)OKLCH
oklch(0.612 0.268 337.8)CMYK
cmyk(0%, 99%, 16%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802A7
2#B20294
3#9C0282
4#85016F
5#6F015D
6#59014A
7#430138
8#2C0025
9#160013
Tints
Lighter variations
1#FA03D1
2#FD1DD7
3#FD39DC
4#FD55E1
5#FE72E6
6#FE8EEB
7#FEAAF0
8#FEC6F5
9#FFE3FA
Tones
Muted variations
1#D30DB2
2#C818AB
3#BD23A4
4#B22E9C
5#A73995
6#9C448E
7#914F86
8#865A7F
9#7B6578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510143 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FFDCF9;
--deep-pink-200: #FEBDF4;
--deep-pink-300: #FE8BEB;
--deep-pink-400: #FD4EE0;
--deep-pink-500: #FD1CD7;
--deep-pink-600: #DE02BA;
--deep-pink-700: #B10294;
--deep-pink-800: #7E0169;
--deep-pink-900: #510143;
--deep-pink-950: #32012A;
}