Deep Pink
#BA1BC5
PinkColor Codes
All color formats for development
HEX
#BA1BC5RGB
rgb(186, 27, 197)HSL
hsl(296, 76%, 44%)OKLCH
oklch(0.568 0.252 325.1)CMYK
cmyk(6%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A718B2
2#95169E
3#82138A
4#701076
5#5D0D63
6#4A0B4F
7#38083B
8#250527
9#130314
Tints
Lighter variations
1#D21EDF
2#D836E4
3#DD4FE7
4#E268EA
5#E781EE
6#EC9AF1
7#F0B4F5
8#F5CDF8
9#FAE6FC
Tones
Muted variations
1#B323BD
2#AB2CB4
3#A435AC
4#9D3DA3
5#95469B
6#8E4E92
7#86578A
8#7F5F81
9#786879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FCF2FD;
--deep-pink-100: #F9E0FB;
--deep-pink-200: #F4C5F7;
--deep-pink-300: #EB98F1;
--deep-pink-400: #E162EA;
--deep-pink-500: #D835E3;
--deep-pink-600: #BA1BC5;
--deep-pink-700: #94159D;
--deep-pink-800: #6A0F70;
--deep-pink-900: #440A48;
--deep-pink-950: #2A062D;
}