#aeabc3
a light, soft blue · warm · closest name: silver
RGB
174, 171, 195
HSL
248°, 17%, 72%
CMYK
11, 12, 0, 24
Luminance
0.4206
Every format
| HEX | #aeabc3 |
| RGB | rgb(174, 171, 195) |
| HSL | hsl(248, 17%, 72%) |
| CMYK | cmyk(11%, 12%, 0%, 24%) |
| LAB | lab(70.9 5.8 -11.8) |
| LCH | lch(70.9 13.2 296.1) |
| OKLCH | oklch(0.751 0.034 291.3) |
Copy-ready code
/* CSS */
color: #aeabc3;
background-color: #aeabc3;
/* Tailwind (arbitrary) */
class="text-[#aeabc3] bg-[#aeabc3]"
/* SCSS */
$brand: #aeabc3;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#aeabc3")Accessibility — WCAG contrast
Aa
#aeabc3 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabc3 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue76.5%
CMYK percentages
Cyan10.8%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#aeabc3 text on a black background
contrast 9.41:1
Card sample
#aeabc3 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabc3;
Background color
Panel with #aeabc3 background
background-color: #aeabc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabc3; background: linear-gradient(135deg, #aeabc3, #BEABC3);