#ad8592
a balanced, soft magenta / pink · warm · closest name: gray
RGB
173, 133, 146
HSL
341°, 20%, 60%
CMYK
0, 23, 16, 32
Luminance
0.2773
Every format
| HEX | #ad8592 |
| RGB | rgb(173, 133, 146) |
| HSL | hsl(341, 20%, 60%) |
| CMYK | cmyk(0%, 23%, 16%, 32%) |
| LAB | lab(59.6 17.4 -1.0) |
| LCH | lch(59.6 17.4 356.6) |
| OKLCH | oklch(0.659 0.052 357.3) |
Copy-ready code
/* CSS */
color: #ad8592;
background-color: #ad8592;
/* Tailwind (arbitrary) */
class="text-[#ad8592] bg-[#ad8592]"
/* SCSS */
$brand: #ad8592;
/* SwiftUI */
Color(red: 0.678, green: 0.522, blue: 0.573)
/* Android */
Color.parseColor("#ad8592")Accessibility — WCAG contrast
Aa
#ad8592 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8592 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green52.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow15.6%
Key (black)32.2%
Color previews
#ad8592 text on a black background
contrast 6.55:1
Card sample
#ad8592 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8592;
Background color
Panel with #ad8592 background
background-color: #ad8592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 133, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 133, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8592; background: linear-gradient(135deg, #ad8592, #AD9385);