#ae8ccf
a light, soft violet · warm · closest name: plum
RGB
174, 140, 207
HSL
270°, 41%, 68%
CMYK
16, 32, 0, 19
Luminance
0.3226
Every format
| HEX | #ae8ccf |
| RGB | rgb(174, 140, 207) |
| HSL | hsl(270, 41%, 68%) |
| CMYK | cmyk(16%, 32%, 0%, 19%) |
| LAB | lab(63.6 25.7 -29.7) |
| LCH | lch(63.6 39.3 310.9) |
| OKLCH | oklch(0.696 0.102 307.1) |
Copy-ready code
/* CSS */
color: #ae8ccf;
background-color: #ae8ccf;
/* Tailwind (arbitrary) */
class="text-[#ae8ccf] bg-[#ae8ccf]"
/* SCSS */
$brand: #ae8ccf;
/* SwiftUI */
Color(red: 0.682, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#ae8ccf")Accessibility — WCAG contrast
Aa
#ae8ccf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae8ccf on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green54.9%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ae8ccf text on a black background
contrast 7.45:1
Card sample
#ae8ccf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8ccf;
Background color
Panel with #ae8ccf background
background-color: #ae8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8ccf; background: linear-gradient(135deg, #ae8ccf, #CF8CC3);