#ad7eb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 126, 178
HSL
294°, 25%, 60%
CMYK
3, 29, 0, 30
Luminance
0.2702
Every format
| HEX | #ad7eb2 |
| RGB | rgb(173, 126, 178) |
| HSL | hsl(294, 25%, 60%) |
| CMYK | cmyk(3%, 29%, 0%, 30%) |
| LAB | lab(59.0 27.2 -20.3) |
| LCH | lch(59.0 34.0 323.2) |
| OKLCH | oklch(0.657 0.092 323.3) |
Copy-ready code
/* CSS */
color: #ad7eb2;
background-color: #ad7eb2;
/* Tailwind (arbitrary) */
class="text-[#ad7eb2] bg-[#ad7eb2]"
/* SCSS */
$brand: #ad7eb2;
/* SwiftUI */
Color(red: 0.678, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#ad7eb2")Accessibility — WCAG contrast
Aa
#ad7eb2 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7eb2 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green49.4%
Blue69.8%
CMYK percentages
Cyan2.8%
Magenta29.2%
Yellow0.0%
Key (black)30.2%
Color previews
#ad7eb2 text on a black background
contrast 6.40:1
Card sample
#ad7eb2 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7eb2;
Background color
Panel with #ad7eb2 background
background-color: #ad7eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7eb2; background: linear-gradient(135deg, #ad7eb2, #B27E94);