#ae8fd1
a light, soft violet · warm · closest name: plum
RGB
174, 143, 209
HSL
268°, 42%, 69%
CMYK
17, 32, 0, 18
Luminance
0.3325
Every format
| HEX | #ae8fd1 |
| RGB | rgb(174, 143, 209) |
| HSL | hsl(268, 42%, 69%) |
| CMYK | cmyk(17%, 32%, 0%, 18%) |
| LAB | lab(64.4 24.5 -29.6) |
| LCH | lch(64.4 38.4 309.6) |
| OKLCH | oklch(0.702 0.100 305.5) |
Copy-ready code
/* CSS */
color: #ae8fd1;
background-color: #ae8fd1;
/* Tailwind (arbitrary) */
class="text-[#ae8fd1] bg-[#ae8fd1]"
/* SCSS */
$brand: #ae8fd1;
/* SwiftUI */
Color(red: 0.682, green: 0.561, blue: 0.820)
/* Android */
Color.parseColor("#ae8fd1")Accessibility — WCAG contrast
Aa
#ae8fd1 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8fd1 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.1%
Blue82.0%
CMYK percentages
Cyan16.7%
Magenta31.6%
Yellow0.0%
Key (black)18.0%
Color previews
#ae8fd1 text on a black background
contrast 7.65:1
Card sample
#ae8fd1 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8fd1;
Background color
Panel with #ae8fd1 background
background-color: #ae8fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 143, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 143, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8fd1; background: linear-gradient(135deg, #ae8fd1, #D18FC8);