#aeacba
a light, muted blue · warm · closest name: silver
RGB
174, 172, 186
HSL
249°, 9%, 70%
CMYK
7, 8, 0, 27
Luminance
0.4205
Every format
| HEX | #aeacba |
| RGB | rgb(174, 172, 186) |
| HSL | hsl(249, 9%, 70%) |
| CMYK | cmyk(7%, 8%, 0%, 27%) |
| LAB | lab(70.9 3.4 -6.9) |
| LCH | lch(70.9 7.7 296.4) |
| OKLCH | oklch(0.750 0.020 292.5) |
Copy-ready code
/* CSS */
color: #aeacba;
background-color: #aeacba;
/* Tailwind (arbitrary) */
class="text-[#aeacba] bg-[#aeacba]"
/* SCSS */
$brand: #aeacba;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#aeacba")Accessibility — WCAG contrast
Aa
#aeacba on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacba on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue72.9%
CMYK percentages
Cyan6.5%
Magenta7.5%
Yellow0.0%
Key (black)27.1%
Color previews
#aeacba text on a black background
contrast 9.41:1
Card sample
#aeacba text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacba;
Background color
Panel with #aeacba background
background-color: #aeacba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacba; background: linear-gradient(135deg, #aeacba, #B7ACBA);