Deep Pink
#DA07BA
PinkColor Codes
All color formats for development
HEX
#DA07BARGB
rgb(218, 7, 186)HSL
hsl(309, 94%, 44%)OKLCH
oklch(0.607 0.265 336.9)CMYK
cmyk(0%, 97%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C406A7
2#AE0595
3#980582
4#830470
5#6D035D
6#57034A
7#410238
8#2C0125
9#160113
Tints
Lighter variations
1#F508D2
2#F821D8
3#F93DDD
4#FA59E2
5#FB74E7
6#FC90EB
7#FCACF0
8#FDC8F5
9#FEE3FA
Tones
Muted variations
1#CF11B3
2#C51CAB
3#BA26A4
4#AF319C
5#A53B95
6#9A468E
7#905186
8#855B7F
9#7B6678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DEB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E0 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0594 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C046A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0244 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FEDCF9;
--deep-pink-200: #FDBFF4;
--deep-pink-300: #FB8DEB;
--deep-pink-400: #FA52E0;
--deep-pink-500: #F820D8;
--deep-pink-600: #DA07BA;
--deep-pink-700: #AD0594;
--deep-pink-800: #7C046A;
--deep-pink-900: #4F0244;
--deep-pink-950: #31022A;
}