#ae92fd
a light, electric violet · warm · closest name: slateblue
RGB
174, 146, 253
HSL
256°, 96%, 78%
CMYK
31, 42, 0, 1
Luminance
0.3665
Every format
| HEX | #ae92fd |
| RGB | rgb(174, 146, 253) |
| HSL | hsl(256, 96%, 78%) |
| CMYK | cmyk(31%, 42%, 0%, 1%) |
| LAB | lab(67.0 33.2 -49.7) |
| LCH | lch(67.0 59.8 303.7) |
| OKLCH | oklch(0.729 0.153 294.3) |
Copy-ready code
/* CSS */
color: #ae92fd;
background-color: #ae92fd;
/* Tailwind (arbitrary) */
class="text-[#ae92fd] bg-[#ae92fd]"
/* SCSS */
$brand: #ae92fd;
/* SwiftUI */
Color(red: 0.682, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#ae92fd")Accessibility — WCAG contrast
Aa
#ae92fd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae92fd on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.3%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ae92fd text on a black background
contrast 8.33:1
Card sample
#ae92fd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae92fd;
Background color
Panel with #ae92fd background
background-color: #ae92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae92fd; background: linear-gradient(135deg, #ae92fd, #F592FD);