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