Deep Pink
#DB0694
PinkColor Codes
All color formats for development
HEX
#DB0694RGB
rgb(219, 6, 148)HSL
hsl(320, 95%, 44%)OKLCH
oklch(0.59 0.245 348.9)CMYK
cmyk(0%, 97%, 32%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50585
2#AF0476
3#990467
4#830359
5#6D034A
6#58023B
7#42022C
8#2C011E
9#16010F
Tints
Lighter variations
1#F706A7
2#F920B1
3#FA3CBB
4#FB58C4
5#FB74CE
6#FC90D8
7#FDABE2
8#FEC7EB
9#FEE3F5
Tones
Muted variations
1#D01090
2#C51B8D
3#BB2689
4#B03086
5#A53B82
6#9B467E
7#90507B
8#865B77
9#7B6674
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DD7 | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51C2 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB0694 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0476 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500236 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FEDCF3;
--deep-pink-200: #FDBEE8;
--deep-pink-300: #FC8DD7;
--deep-pink-400: #FB51C2;
--deep-pink-500: #F91FB1;
--deep-pink-600: #DB0694;
--deep-pink-700: #AE0476;
--deep-pink-800: #7C0354;
--deep-pink-900: #500236;
--deep-pink-950: #320122;
}