#aeacdf
a light, soft blue · warm · closest name: plum
RGB
174, 172, 223
HSL
242°, 44%, 78%
CMYK
22, 23, 0, 13
Luminance
0.4383
Every format
| HEX | #aeacdf |
| RGB | rgb(174, 172, 223) |
| HSL | hsl(242, 44%, 78%) |
| CMYK | cmyk(22%, 23%, 0%, 13%) |
| LAB | lab(72.1 11.4 -25.4) |
| LCH | lch(72.1 27.8 294.2) |
| OKLCH | oklch(0.764 0.073 286.3) |
Copy-ready code
/* CSS */
color: #aeacdf;
background-color: #aeacdf;
/* Tailwind (arbitrary) */
class="text-[#aeacdf] bg-[#aeacdf]"
/* SCSS */
$brand: #aeacdf;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#aeacdf")Accessibility — WCAG contrast
Aa
#aeacdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacdf on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aeacdf text on a black background
contrast 9.77:1
Card sample
#aeacdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacdf;
Background color
Panel with #aeacdf background
background-color: #aeacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacdf; background: linear-gradient(135deg, #aeacdf, #D0ACDF);