#a892ab
a balanced, muted magenta / pink · warm · closest name: gray
RGB
168, 146, 171
HSL
293°, 13%, 62%
CMYK
2, 15, 0, 33
Luminance
0.3182
Every format
| HEX | #a892ab |
| RGB | rgb(168, 146, 171) |
| HSL | hsl(293, 13%, 62%) |
| CMYK | cmyk(2%, 15%, 0%, 33%) |
| LAB | lab(63.2 12.8 -10.1) |
| LCH | lch(63.2 16.3 321.8) |
| OKLCH | oklch(0.688 0.044 322.2) |
Copy-ready code
/* CSS */
color: #a892ab;
background-color: #a892ab;
/* Tailwind (arbitrary) */
class="text-[#a892ab] bg-[#a892ab]"
/* SCSS */
$brand: #a892ab;
/* SwiftUI */
Color(red: 0.659, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#a892ab")Accessibility — WCAG contrast
Aa
#a892ab on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a892ab on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green57.3%
Blue67.1%
CMYK percentages
Cyan1.8%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#a892ab text on a black background
contrast 7.36:1
Card sample
#a892ab text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a892ab;
Background color
Panel with #a892ab background
background-color: #a892ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a892ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a892ab; background: linear-gradient(135deg, #a892ab, #AB929D);