#aea9ba
a light, muted violet · warm · closest name: silver
RGB
174, 169, 186
HSL
258°, 11%, 70%
CMYK
7, 9, 0, 27
Luminance
0.4092
Every format
| HEX | #aea9ba |
| RGB | rgb(174, 169, 186) |
| HSL | hsl(258, 11%, 70%) |
| CMYK | cmyk(7%, 9%, 0%, 27%) |
| LAB | lab(70.1 5.1 -8.1) |
| LCH | lch(70.1 9.5 302.1) |
| OKLCH | oklch(0.744 0.025 299.2) |
Copy-ready code
/* CSS */
color: #aea9ba;
background-color: #aea9ba;
/* Tailwind (arbitrary) */
class="text-[#aea9ba] bg-[#aea9ba]"
/* SCSS */
$brand: #aea9ba;
/* SwiftUI */
Color(red: 0.682, green: 0.663, blue: 0.729)
/* Android */
Color.parseColor("#aea9ba")Accessibility — WCAG contrast
Aa
#aea9ba on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aea9ba on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green66.3%
Blue72.9%
CMYK percentages
Cyan6.5%
Magenta9.1%
Yellow0.0%
Key (black)27.1%
Color previews
#aea9ba text on a black background
contrast 9.18:1
Card sample
#aea9ba text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aea9ba;
Background color
Panel with #aea9ba background
background-color: #aea9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aea9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 169, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 169, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aea9ba; background: linear-gradient(135deg, #aea9ba, #B9A9BA);