#aeadc2
a light, muted blue · warm · closest name: silver
RGB
174, 173, 194
HSL
243°, 15%, 72%
CMYK
10, 11, 0, 24
Luminance
0.4278
Every format
| HEX | #aeadc2 |
| RGB | rgb(174, 173, 194) |
| HSL | hsl(243, 15%, 72%) |
| CMYK | cmyk(10%, 11%, 0%, 24%) |
| LAB | lab(71.4 4.5 -10.6) |
| LCH | lch(71.4 11.5 293.1) |
| OKLCH | oklch(0.755 0.030 287.8) |
Copy-ready code
/* CSS */
color: #aeadc2;
background-color: #aeadc2;
/* Tailwind (arbitrary) */
class="text-[#aeadc2] bg-[#aeadc2]"
/* SCSS */
$brand: #aeadc2;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#aeadc2")Accessibility — WCAG contrast
Aa
#aeadc2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeadc2 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue76.1%
CMYK percentages
Cyan10.3%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#aeadc2 text on a black background
contrast 9.56:1
Card sample
#aeadc2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeadc2;
Background color
Panel with #aeadc2 background
background-color: #aeadc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeadc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeadc2; background: linear-gradient(135deg, #aeadc2, #BCADC2);