#ad8eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 142, 179
HSL
290°, 20%, 63%
CMYK
3, 21, 0, 30
Luminance
0.3148
Every format
| HEX | #ad8eb3 |
| RGB | rgb(173, 142, 179) |
| HSL | hsl(290, 20%, 63%) |
| CMYK | cmyk(3%, 21%, 0%, 30%) |
| LAB | lab(62.9 18.4 -14.9) |
| LCH | lch(62.9 23.7 320.9) |
| OKLCH | oklch(0.687 0.064 320.8) |
Copy-ready code
/* CSS */
color: #ad8eb3;
background-color: #ad8eb3;
/* Tailwind (arbitrary) */
class="text-[#ad8eb3] bg-[#ad8eb3]"
/* SCSS */
$brand: #ad8eb3;
/* SwiftUI */
Color(red: 0.678, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#ad8eb3")Accessibility — WCAG contrast
Aa
#ad8eb3 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad8eb3 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green55.7%
Blue70.2%
CMYK percentages
Cyan3.4%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#ad8eb3 text on a black background
contrast 7.30:1
Card sample
#ad8eb3 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8eb3;
Background color
Panel with #ad8eb3 background
background-color: #ad8eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8eb3; background: linear-gradient(135deg, #ad8eb3, #B38EA0);