Deep Pink
#BC19C8
PinkColor Codes
All color formats for development
HEX
#BC19C8RGB
rgb(188, 25, 200)HSL
hsl(296, 78%, 44%)OKLCH
oklch(0.572 0.256 324.9)CMYK
cmyk(6%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A916B4
2#9614A0
3#84118C
4#710F78
5#5E0C64
6#4B0A50
7#38073C
8#260528
9#130214
Tints
Lighter variations
1#D41CE1
2#DA34E6
3#DF4DE9
4#E366EC
5#E880EF
6#EC99F2
7#F1B3F6
8#F6CCF9
9#FAE6FC
Tones
Muted variations
1#B421BF
2#AD2AB6
3#A533AD
4#9E3CA5
5#96449C
6#8F4D93
7#87568A
8#7F5F82
9#786779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC97 #EC97F2 | BordersInactive statesPlaceholder text |
| 400 | E260 #E260EB | Disabled statesSecondary iconsMuted text |
| 500 | DA33 #DA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC19 #BC19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9614 #96149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0E #6B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440949 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FD;
--deep-pink-100: #F9DFFB;
--deep-pink-200: #F4C4F8;
--deep-pink-300: #EC97F2;
--deep-pink-400: #E260EB;
--deep-pink-500: #DA33E6;
--deep-pink-600: #BC19C8;
--deep-pink-700: #96149F;
--deep-pink-800: #6B0E71;
--deep-pink-900: #440949;
--deep-pink-950: #2B062D;
}