#ae8ccc
a light, soft violet · warm · closest name: plum
RGB
174, 140, 204
HSL
272°, 39%, 68%
CMYK
15, 31, 0, 20
Luminance
0.3211
Every format
| HEX | #ae8ccc |
| RGB | rgb(174, 140, 204) |
| HSL | hsl(272, 39%, 68%) |
| CMYK | cmyk(15%, 31%, 0%, 20%) |
| LAB | lab(63.4 25.1 -28.2) |
| LCH | lch(63.4 37.7 311.6) |
| OKLCH | oklch(0.695 0.099 308.3) |
Copy-ready code
/* CSS */
color: #ae8ccc;
background-color: #ae8ccc;
/* Tailwind (arbitrary) */
class="text-[#ae8ccc] bg-[#ae8ccc]"
/* SCSS */
$brand: #ae8ccc;
/* SwiftUI */
Color(red: 0.682, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#ae8ccc")Accessibility — WCAG contrast
Aa
#ae8ccc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8ccc on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green54.9%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#ae8ccc text on a black background
contrast 7.42:1
Card sample
#ae8ccc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8ccc;
Background color
Panel with #ae8ccc background
background-color: #ae8ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8ccc; background: linear-gradient(135deg, #ae8ccc, #CC8CBF);