Deep Pink
#DB069B
PinkColor Codes
All color formats for development
HEX
#DB069BRGB
rgb(219, 6, 155)HSL
hsl(318, 95%, 44%)OKLCH
oklch(0.593 0.249 346.6)CMYK
cmyk(0%, 97%, 29%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C5058B
2#AF047C
3#99046C
4#83035D
5#6D034D
6#58023E
7#42022E
8#2C011F
9#16010F
Tints
Lighter variations
1#F706AF
2#F920B8
3#FA3CC1
4#FB58CA
5#FB74D3
6#FC90DC
7#FDABE4
8#FEC7ED
9#FEE3F6
Tones
Muted variations
1#D01097
2#C51B92
3#BB268E
4#B0308A
5#A53B86
6#9B4681
7#90507D
8#865B79
9#7B6674
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DDB | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51C8 | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB069B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE047B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C0358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500238 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FEDCF4;
--deep-pink-200: #FDBEEA;
--deep-pink-300: #FC8DDB;
--deep-pink-400: #FB51C8;
--deep-pink-500: #F91FB8;
--deep-pink-600: #DB069B;
--deep-pink-700: #AE047B;
--deep-pink-800: #7C0358;
--deep-pink-900: #500238;
--deep-pink-950: #320123;
}