Deep Pink
#DE02B6
PinkColor Codes
All color formats for development
HEX
#DE02B6RGB
rgb(222, 2, 182)HSL
hsl(311, 98%, 44%)OKLCH
oklch(0.61 0.266 339)CMYK
cmyk(0%, 99%, 18%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C802A4
2#B20291
3#9C027F
4#85016D
5#6F015B
6#590149
7#430137
8#2C0024
9#160012
Tints
Lighter variations
1#FA03CD
2#FD1DD4
3#FD39D9
4#FD55DE
5#FE72E4
6#FE8EE9
7#FEAAEF
8#FEC6F4
9#FFE3FA
Tones
Muted variations
1#D30DAF
2#C818A8
3#BD23A1
4#B22E9A
5#A73993
6#9C448C
7#914F85
8#865A7E
9#7B6577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EDD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510142 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FFDCF8;
--deep-pink-200: #FEBDF2;
--deep-pink-300: #FE8BE9;
--deep-pink-400: #FD4EDD;
--deep-pink-500: #FD1CD3;
--deep-pink-600: #DE02B6;
--deep-pink-700: #B10291;
--deep-pink-800: #7E0167;
--deep-pink-900: #510142;
--deep-pink-950: #320129;
}