Deep Pink
#DA07C8
PinkColor Codes
All color formats for development
HEX
#DA07C8RGB
rgb(218, 7, 200)HSL
hsl(305, 94%, 44%)OKLCH
oklch(0.614 0.273 333)CMYK
cmyk(0%, 97%, 8%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C406B4
2#AE05A0
3#98058C
4#830478
5#6D0364
6#570350
7#41023C
8#2C0128
9#160114
Tints
Lighter variations
1#F508E2
2#F821E6
3#F93DE9
4#FA59EC
5#FB74F0
6#FC90F3
7#FCACF6
8#FDC8F9
9#FEE3FC
Tones
Muted variations
1#CF11BF
2#C51CB7
3#BA26AE
4#AF31A5
5#A53B9C
6#9A4693
7#90518B
8#855B82
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 #FDBFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF2 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52EC | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0249 | 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: #FDBFF8;
--deep-pink-300: #FB8DF2;
--deep-pink-400: #FA52EC;
--deep-pink-500: #F820E6;
--deep-pink-600: #DA07C8;
--deep-pink-700: #AD059F;
--deep-pink-800: #7C0472;
--deep-pink-900: #4F0249;
--deep-pink-950: #31022D;
}