#a092ab
a balanced, muted violet · warm · closest name: gray
RGB
160, 146, 171
HSL
274°, 13%, 62%
CMYK
6, 15, 0, 33
Luminance
0.3097
Every format
| HEX | #a092ab |
| RGB | rgb(160, 146, 171) |
| HSL | hsl(274, 13%, 62%) |
| CMYK | cmyk(6%, 15%, 0%, 33%) |
| LAB | lab(62.5 10.0 -11.2) |
| LCH | lch(62.5 15.0 311.8) |
| OKLCH | oklch(0.680 0.040 310.3) |
Copy-ready code
/* CSS */
color: #a092ab;
background-color: #a092ab;
/* Tailwind (arbitrary) */
class="text-[#a092ab] bg-[#a092ab]"
/* SCSS */
$brand: #a092ab;
/* SwiftUI */
Color(red: 0.627, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#a092ab")Accessibility — WCAG contrast
Aa
#a092ab on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a092ab on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green57.3%
Blue67.1%
CMYK percentages
Cyan6.4%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#a092ab text on a black background
contrast 7.19:1
Card sample
#a092ab text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a092ab;
Background color
Panel with #a092ab background
background-color: #a092ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a092ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a092ab; background: linear-gradient(135deg, #a092ab, #AB92A5);