#ad7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 126, 182
HSL
290°, 28%, 60%
CMYK
5, 31, 0, 29
Luminance
0.2718
Every format
| HEX | #ad7eb6 |
| RGB | rgb(173, 126, 182) |
| HSL | hsl(290, 28%, 60%) |
| CMYK | cmyk(5%, 31%, 0%, 29%) |
| LAB | lab(59.1 28.0 -22.4) |
| LCH | lch(59.1 35.9 321.4) |
| OKLCH | oklch(0.659 0.097 320.9) |
Copy-ready code
/* CSS */
color: #ad7eb6;
background-color: #ad7eb6;
/* Tailwind (arbitrary) */
class="text-[#ad7eb6] bg-[#ad7eb6]"
/* SCSS */
$brand: #ad7eb6;
/* SwiftUI */
Color(red: 0.678, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#ad7eb6")Accessibility — WCAG contrast
Aa
#ad7eb6 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7eb6 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green49.4%
Blue71.4%
CMYK percentages
Cyan4.9%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#ad7eb6 text on a black background
contrast 6.44:1
Card sample
#ad7eb6 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7eb6;
Background color
Panel with #ad7eb6 background
background-color: #ad7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7eb6; background: linear-gradient(135deg, #ad7eb6, #B67E9A);