#ae92eb
a light, vivid violet · warm · closest name: plum
RGB
174, 146, 235
HSL
259°, 69%, 75%
CMYK
26, 38, 0, 8
Luminance
0.3555
Every format
| HEX | #ae92eb |
| RGB | rgb(174, 146, 235) |
| HSL | hsl(259, 69%, 75%) |
| CMYK | cmyk(26%, 38%, 0%, 8%) |
| LAB | lab(66.2 28.8 -41.1) |
| LCH | lch(66.2 50.2 305.0) |
| OKLCH | oklch(0.720 0.129 297.5) |
Copy-ready code
/* CSS */
color: #ae92eb;
background-color: #ae92eb;
/* Tailwind (arbitrary) */
class="text-[#ae92eb] bg-[#ae92eb]"
/* SCSS */
$brand: #ae92eb;
/* SwiftUI */
Color(red: 0.682, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#ae92eb")Accessibility — WCAG contrast
Aa
#ae92eb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae92eb on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.3%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ae92eb text on a black background
contrast 8.11:1
Card sample
#ae92eb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae92eb;
Background color
Panel with #ae92eb background
background-color: #ae92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae92eb; background: linear-gradient(135deg, #ae92eb, #E992EB);