#aeabdf
a light, soft blue · warm · closest name: plum
RGB
174, 171, 223
HSL
244°, 45%, 77%
CMYK
22, 23, 0, 13
Luminance
0.4345
Every format
| HEX | #aeabdf |
| RGB | rgb(174, 171, 223) |
| HSL | hsl(244, 45%, 77%) |
| CMYK | cmyk(22%, 23%, 0%, 13%) |
| LAB | lab(71.9 11.9 -25.8) |
| LCH | lch(71.9 28.4 294.9) |
| OKLCH | oklch(0.762 0.074 287.1) |
Copy-ready code
/* CSS */
color: #aeabdf;
background-color: #aeabdf;
/* Tailwind (arbitrary) */
class="text-[#aeabdf] bg-[#aeabdf]"
/* SCSS */
$brand: #aeabdf;
/* SwiftUI */
Color(red: 0.682, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#aeabdf")Accessibility — WCAG contrast
Aa
#aeabdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeabdf on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aeabdf text on a black background
contrast 9.69:1
Card sample
#aeabdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeabdf;
Background color
Panel with #aeabdf background
background-color: #aeabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeabdf; background: linear-gradient(135deg, #aeabdf, #D1ABDF);