#ad1bbc
a dark, vivid magenta / pink · warm · closest name: purple
RGB
173, 27, 188
HSL
294°, 75%, 42%
CMYK
8, 86, 0, 26
Luminance
0.1330
Every format
| HEX | #ad1bbc |
| RGB | rgb(173, 27, 188) |
| HSL | hsl(294, 75%, 42%) |
| CMYK | cmyk(8%, 86%, 0%, 26%) |
| LAB | lab(43.2 72.2 -50.9) |
| LCH | lch(43.2 88.4 324.8) |
| OKLCH | oklch(0.543 0.240 323.7) |
Copy-ready code
/* CSS */
color: #ad1bbc;
background-color: #ad1bbc;
/* Tailwind (arbitrary) */
class="text-[#ad1bbc] bg-[#ad1bbc]"
/* SCSS */
$brand: #ad1bbc;
/* SwiftUI */
Color(red: 0.678, green: 0.106, blue: 0.737)
/* Android */
Color.parseColor("#ad1bbc")Accessibility — WCAG contrast
Aa
#ad1bbc on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad1bbc on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green10.6%
Blue73.7%
CMYK percentages
Cyan8.0%
Magenta85.6%
Yellow0.0%
Key (black)26.3%
Color previews
#ad1bbc text on a black background
contrast 3.66:1
Card sample
#ad1bbc text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1bbc;
Background color
Panel with #ad1bbc background
background-color: #ad1bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 27, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 27, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1bbc; background: linear-gradient(135deg, #ad1bbc, #BC1B60);