#ad2bbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
173, 43, 188
HSL
294°, 63%, 45%
CMYK
8, 77, 0, 26
Luminance
0.1424
Every format
| HEX | #ad2bbc |
| RGB | rgb(173, 43, 188) |
| HSL | hsl(294, 63%, 45%) |
| CMYK | cmyk(8%, 77%, 0%, 26%) |
| LAB | lab(44.6 68.3 -48.7) |
| LCH | lch(44.6 83.8 324.5) |
| OKLCH | oklch(0.552 0.228 323.3) |
Copy-ready code
/* CSS */
color: #ad2bbc;
background-color: #ad2bbc;
/* Tailwind (arbitrary) */
class="text-[#ad2bbc] bg-[#ad2bbc]"
/* SCSS */
$brand: #ad2bbc;
/* SwiftUI */
Color(red: 0.678, green: 0.169, blue: 0.737)
/* Android */
Color.parseColor("#ad2bbc")Accessibility — WCAG contrast
Aa
#ad2bbc on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2bbc on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green16.9%
Blue73.7%
CMYK percentages
Cyan8.0%
Magenta77.1%
Yellow0.0%
Key (black)26.3%
Color previews
#ad2bbc text on a black background
contrast 3.85:1
Card sample
#ad2bbc text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2bbc;
Background color
Panel with #ad2bbc background
background-color: #ad2bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 43, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 43, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2bbc; background: linear-gradient(135deg, #ad2bbc, #BC2B6A);