#ae9bdf
a light, vivid violet · warm · closest name: plum
RGB
174, 155, 223
HSL
257°, 52%, 74%
CMYK
22, 31, 0, 13
Luminance
0.3777
Every format
| HEX | #ae9bdf |
| RGB | rgb(174, 155, 223) |
| HSL | hsl(257, 52%, 74%) |
| CMYK | cmyk(22%, 31%, 0%, 13%) |
| LAB | lab(67.8 20.9 -31.9) |
| LCH | lch(67.8 38.2 303.2) |
| OKLCH | oklch(0.731 0.099 296.7) |
Copy-ready code
/* CSS */
color: #ae9bdf;
background-color: #ae9bdf;
/* Tailwind (arbitrary) */
class="text-[#ae9bdf] bg-[#ae9bdf]"
/* SCSS */
$brand: #ae9bdf;
/* SwiftUI */
Color(red: 0.682, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#ae9bdf")Accessibility — WCAG contrast
Aa
#ae9bdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9bdf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.8%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae9bdf text on a black background
contrast 8.55:1
Card sample
#ae9bdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9bdf;
Background color
Panel with #ae9bdf background
background-color: #ae9bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9bdf; background: linear-gradient(135deg, #ae9bdf, #DB9BDF);