#aeabc7
a light, soft blue · warm · closest name: silver
RGB
174, 171, 199
HSL
246°, 20%, 73%
CMYK
13, 14, 0, 22
Luminance
0.4225
Every format
| HEX | #aeabc7 |
| RGB | rgb(174, 171, 199) |
| HSL | hsl(246, 20%, 73%) |
| CMYK | cmyk(13%, 14%, 0%, 22%) |
| LAB | lab(71.0 6.6 -13.8) |
| LCH | lch(71.0 15.4 295.6) |
| OKLCH | oklch(0.753 0.040 290.3) |
Copy-ready code
/* CSS */
color: #aeabc7;
background-color: #aeabc7;
/* Tailwind (arbitrary) */
class="text-[#aeabc7] bg-[#aeabc7]"
/* SCSS */
$brand: #aeabc7;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.780)
/* Android */
Color.parseColor("#aeabc7")Accessibility — WCAG contrast
Aa
#aeabc7 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabc7 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue78.0%
CMYK percentages
Cyan12.6%
Magenta14.1%
Yellow0.0%
Key (black)22.0%
Color previews
#aeabc7 text on a black background
contrast 9.45:1
Card sample
#aeabc7 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabc7;
Background color
Panel with #aeabc7 background
background-color: #aeabc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabc7; background: linear-gradient(135deg, #aeabc7, #C1ABC7);