#ae9fdf
a light, vivid blue · warm · closest name: plum
RGB
174, 159, 223
HSL
254°, 50%, 75%
CMYK
22, 29, 0, 13
Luminance
0.3912
Every format
| HEX | #ae9fdf |
| RGB | rgb(174, 159, 223) |
| HSL | hsl(254, 50%, 75%) |
| CMYK | cmyk(22%, 29%, 0%, 13%) |
| LAB | lab(68.8 18.6 -30.4) |
| LCH | lch(68.8 35.7 301.5) |
| OKLCH | oklch(0.739 0.092 294.8) |
Copy-ready code
/* CSS */
color: #ae9fdf;
background-color: #ae9fdf;
/* Tailwind (arbitrary) */
class="text-[#ae9fdf] bg-[#ae9fdf]"
/* SCSS */
$brand: #ae9fdf;
/* SwiftUI */
Color(red: 0.682, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#ae9fdf")Accessibility — WCAG contrast
Aa
#ae9fdf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9fdf on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ae9fdf text on a black background
contrast 8.82:1
Card sample
#ae9fdf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9fdf;
Background color
Panel with #ae9fdf background
background-color: #ae9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9fdf; background: linear-gradient(135deg, #ae9fdf, #D99FDF);