Deep Pink
#DB06A5
PinkColor Codes
All color formats for development
HEX
#DB06A5RGB
rgb(219, 6, 165)HSL
hsl(315, 95%, 44%)OKLCH
oklch(0.598 0.254 343.4)CMYK
cmyk(0%, 97%, 25%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50595
2#AF0484
3#990474
4#830363
5#6D0353
6#580242
7#420232
8#2C0121
9#160111
Tints
Lighter variations
1#F706BB
2#F920C3
3#FA3CCB
4#FB58D2
5#FB74DA
6#FC90E1
7#FDABE9
8#FEC7F0
9#FEE3F8
Tones
Muted variations
1#D010A0
2#C51B9B
3#BB2696
4#B03090
5#A53B8B
6#9B4686
7#905080
8#865B7B
9#7B6676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DE0 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51D0 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C035E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FEDCF6;
--deep-pink-200: #FDBEEE;
--deep-pink-300: #FC8DE0;
--deep-pink-400: #FB51D0;
--deep-pink-500: #F91FC3;
--deep-pink-600: #DB06A5;
--deep-pink-700: #AE0484;
--deep-pink-800: #7C035E;
--deep-pink-900: #50023C;
--deep-pink-950: #320126;
}