#ae97eb
a light, vivid violet · warm · closest name: plum
RGB
174, 151, 235
HSL
256°, 68%, 76%
CMYK
26, 36, 0, 8
Luminance
0.3713
Every format
| HEX | #ae97eb |
| RGB | rgb(174, 151, 235) |
| HSL | hsl(256, 68%, 76%) |
| CMYK | cmyk(26%, 36%, 0%, 8%) |
| LAB | lab(67.4 26.0 -39.3) |
| LCH | lch(67.4 47.1 303.5) |
| OKLCH | oklch(0.729 0.121 295.8) |
Copy-ready code
/* CSS */
color: #ae97eb;
background-color: #ae97eb;
/* Tailwind (arbitrary) */
class="text-[#ae97eb] bg-[#ae97eb]"
/* SCSS */
$brand: #ae97eb;
/* SwiftUI */
Color(red: 0.682, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#ae97eb")Accessibility — WCAG contrast
Aa
#ae97eb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae97eb on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green59.2%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ae97eb text on a black background
contrast 8.43:1
Card sample
#ae97eb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae97eb;
Background color
Panel with #ae97eb background
background-color: #ae97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae97eb; background: linear-gradient(135deg, #ae97eb, #E697EB);