#aeacb2
a light, muted gray · warm · closest name: silver
RGB
174, 172, 178
HSL
260°, 4%, 69%
CMYK
2, 3, 0, 30
Luminance
0.4172
Every format
| HEX | #aeacb2 |
| RGB | rgb(174, 172, 178) |
| HSL | hsl(260, 4%, 69%) |
| CMYK | cmyk(2%, 3%, 0%, 30%) |
| LAB | lab(70.7 1.9 -2.8) |
| LCH | lch(70.7 3.4 303.3) |
| OKLCH | oklch(0.748 0.009 301.3) |
Copy-ready code
/* CSS */
color: #aeacb2;
background-color: #aeacb2;
/* Tailwind (arbitrary) */
class="text-[#aeacb2] bg-[#aeacb2]"
/* SCSS */
$brand: #aeacb2;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#aeacb2")Accessibility — WCAG contrast
Aa
#aeacb2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacb2 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue69.8%
CMYK percentages
Cyan2.2%
Magenta3.4%
Yellow0.0%
Key (black)30.2%
Color previews
#aeacb2 text on a black background
contrast 9.34:1
Card sample
#aeacb2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacb2;
Background color
Panel with #aeacb2 background
background-color: #aeacb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacb2; background: linear-gradient(135deg, #aeacb2, #B2ACB2);