#ad76ad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 118, 173
HSL
300°, 25%, 57%
CMYK
0, 32, 0, 32
Luminance
0.2486
Every format
| HEX | #ad76ad |
| RGB | rgb(173, 118, 173) |
| HSL | hsl(300, 25%, 57%) |
| CMYK | cmyk(0%, 32%, 0%, 32%) |
| LAB | lab(56.9 30.7 -20.6) |
| LCH | lch(56.9 37.0 326.1) |
| OKLCH | oklch(0.641 0.102 326.7) |
Copy-ready code
/* CSS */
color: #ad76ad;
background-color: #ad76ad;
/* Tailwind (arbitrary) */
class="text-[#ad76ad] bg-[#ad76ad]"
/* SCSS */
$brand: #ad76ad;
/* SwiftUI */
Color(red: 0.678, green: 0.463, blue: 0.678)
/* Android */
Color.parseColor("#ad76ad")Accessibility — WCAG contrast
Aa
#ad76ad on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad76ad on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green46.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow0.0%
Key (black)32.2%
Color previews
#ad76ad text on a black background
contrast 5.97:1
Card sample
#ad76ad text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad76ad;
Background color
Panel with #ad76ad background
background-color: #ad76ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad76ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 118, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 118, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad76ad; background: linear-gradient(135deg, #ad76ad, #AD7688);