#aeacda
a light, soft blue · warm · closest name: plum
RGB
174, 172, 218
HSL
243°, 38%, 77%
CMYK
20, 21, 0, 15
Luminance
0.4357
Every format
| HEX | #aeacda |
| RGB | rgb(174, 172, 218) |
| HSL | hsl(243, 38%, 77%) |
| CMYK | cmyk(20%, 21%, 0%, 15%) |
| LAB | lab(71.9 10.3 -22.9) |
| LCH | lch(71.9 25.1 294.1) |
| OKLCH | oklch(0.762 0.066 286.7) |
Copy-ready code
/* CSS */
color: #aeacda;
background-color: #aeacda;
/* Tailwind (arbitrary) */
class="text-[#aeacda] bg-[#aeacda]"
/* SCSS */
$brand: #aeacda;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#aeacda")Accessibility — WCAG contrast
Aa
#aeacda on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacda on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue85.5%
CMYK percentages
Cyan20.2%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#aeacda text on a black background
contrast 9.71:1
Card sample
#aeacda text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacda;
Background color
Panel with #aeacda background
background-color: #aeacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacda; background: linear-gradient(135deg, #aeacda, #CDACDA);