Deep Pink
#DA07C5
PinkColor Codes
All color formats for development
HEX
#DA07C5RGB
rgb(218, 7, 197)HSL
hsl(306, 94%, 44%)OKLCH
oklch(0.612 0.272 333.8)CMYK
cmyk(0%, 97%, 10%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C406B1
2#AE059D
3#98058A
4#830476
5#6D0362
6#57034F
7#41023B
8#2C0127
9#160114
Tints
Lighter variations
1#F508DE
2#F821E3
3#F93DE6
4#FA59EA
5#FB74ED
6#FC90F1
7#FCACF4
8#FDC8F8
9#FEE3FB
Tones
Muted variations
1#CF11BC
2#C51CB4
3#BA26AB
4#AF31A3
5#A53B9A
6#9A4692
7#90518A
8#855B81
9#7B6679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF0 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E9 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0247 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FEDCFB;
--deep-pink-200: #FDBFF7;
--deep-pink-300: #FB8DF0;
--deep-pink-400: #FA52E9;
--deep-pink-500: #F820E3;
--deep-pink-600: #DA07C5;
--deep-pink-700: #AD059C;
--deep-pink-800: #7C0470;
--deep-pink-900: #4F0247;
--deep-pink-950: #31022D;
}