#aeacd2
a light, soft blue · warm · closest name: silver
RGB
174, 172, 210
HSL
243°, 30%, 75%
CMYK
17, 18, 0, 18
Luminance
0.4316
Every format
| HEX | #aeacd2 |
| RGB | rgb(174, 172, 210) |
| HSL | hsl(243, 30%, 75%) |
| CMYK | cmyk(17%, 18%, 0%, 18%) |
| LAB | lab(71.7 8.5 -19.0) |
| LCH | lch(71.7 20.8 294.1) |
| OKLCH | oklch(0.759 0.054 287.4) |
Copy-ready code
/* CSS */
color: #aeacd2;
background-color: #aeacd2;
/* Tailwind (arbitrary) */
class="text-[#aeacd2] bg-[#aeacd2]"
/* SCSS */
$brand: #aeacd2;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.824)
/* Android */
Color.parseColor("#aeacd2")Accessibility — WCAG contrast
Aa
#aeacd2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacd2 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue82.4%
CMYK percentages
Cyan17.1%
Magenta18.1%
Yellow0.0%
Key (black)17.6%
Color previews
#aeacd2 text on a black background
contrast 9.63:1
Card sample
#aeacd2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacd2;
Background color
Panel with #aeacd2 background
background-color: #aeacd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacd2; background: linear-gradient(135deg, #aeacd2, #C7ACD2);