Deep Pink
#BB16CA
PinkColor Codes
All color formats for development
HEX
#BB16CARGB
rgb(187, 22, 202)HSL
hsl(295, 80%, 44%)OKLCH
oklch(0.571 0.258 324.1)CMYK
cmyk(7%, 89%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A814B6
2#9612A2
3#83108D
4#700D79
5#5D0B65
6#4B0951
7#38073D
8#250428
9#130214
Tints
Lighter variations
1#D319E4
2#D931E8
3#DE4BEB
4#E265EE
5#E77EF1
6#EC98F4
7#F1B2F6
8#F5CCF9
9#FAE5FC
Tones
Muted variations
1#B41FC1
2#AC28B8
3#A531AF
4#9D3AA6
5#96439D
6#8E4C94
7#87558B
8#7F5E82
9#786779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB95 #EB95F3 | BordersInactive statesPlaceholder text |
| 400 | E15E #E15EED | Disabled statesSecondary iconsMuted text |
| 500 | D930 #D930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB16 #BB16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9512 #9512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0D #6A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4408 #440849 | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FCF1FD;
--deep-pink-100: #F9DFFB;
--deep-pink-200: #F4C3F8;
--deep-pink-300: #EB95F3;
--deep-pink-400: #E15EED;
--deep-pink-500: #D930E8;
--deep-pink-600: #BB16CA;
--deep-pink-700: #9512A1;
--deep-pink-800: #6A0D73;
--deep-pink-900: #440849;
--deep-pink-950: #2B052E;
}