#a694af
a balanced, muted violet · warm · closest name: gray
RGB
166, 148, 175
HSL
280°, 14%, 63%
CMYK
5, 15, 0, 31
Luminance
0.3238
Every format
| HEX | #a694af |
| RGB | rgb(166, 148, 175) |
| HSL | hsl(280, 14%, 63%) |
| CMYK | cmyk(5%, 15%, 0%, 31%) |
| LAB | lab(63.7 11.8 -11.6) |
| LCH | lch(63.7 16.6 315.3) |
| OKLCH | oklch(0.691 0.044 314.5) |
Copy-ready code
/* CSS */
color: #a694af;
background-color: #a694af;
/* Tailwind (arbitrary) */
class="text-[#a694af] bg-[#a694af]"
/* SCSS */
$brand: #a694af;
/* SwiftUI */
Color(red: 0.651, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#a694af")Accessibility — WCAG contrast
Aa
#a694af on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a694af on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green58.0%
Blue68.6%
CMYK percentages
Cyan5.1%
Magenta15.4%
Yellow0.0%
Key (black)31.4%
Color previews
#a694af text on a black background
contrast 7.48:1
Card sample
#a694af text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a694af;
Background color
Panel with #a694af background
background-color: #a694af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a694af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a694af; background: linear-gradient(135deg, #a694af, #AF94A6);