Deep Pink
#DA07BE
PinkColor Codes
All color formats for development
HEX
#DA07BERGB
rgb(218, 7, 190)HSL
hsl(308, 94%, 44%)OKLCH
oklch(0.609 0.267 335.8)CMYK
cmyk(0%, 97%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C406AB
2#AE0598
3#980585
4#830472
5#6D035F
6#57034C
7#410239
8#2C0126
9#160113
Tints
Lighter variations
1#F508D6
2#F821DC
3#F93DE0
4#FA59E4
5#FB74E9
6#FC90ED
7#FCACF2
8#FDC8F6
9#FEE3FB
Tones
Muted variations
1#CF11B6
2#C51CAE
3#BA26A6
4#AF319F
5#A53B97
6#9A468F
7#905187
8#855B80
9#7B6678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DED | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E3 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820DB | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C046C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0245 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FEDCF9;
--deep-pink-200: #FDBFF5;
--deep-pink-300: #FB8DED;
--deep-pink-400: #FA52E3;
--deep-pink-500: #F820DB;
--deep-pink-600: #DA07BE;
--deep-pink-700: #AD0597;
--deep-pink-800: #7C046C;
--deep-pink-900: #4F0245;
--deep-pink-950: #31022B;
}