#ae85f5
a light, electric violet · warm · closest name: slateblue
RGB
174, 133, 245
HSL
262°, 85%, 74%
CMYK
29, 46, 0, 4
Luminance
0.3237
Every format
| HEX | #ae85f5 |
| RGB | rgb(174, 133, 245) |
| HSL | hsl(262, 85%, 74%) |
| CMYK | cmyk(29%, 46%, 0%, 4%) |
| LAB | lab(63.6 38.5 -50.6) |
| LCH | lch(63.6 63.6 307.2) |
| OKLCH | oklch(0.702 0.163 299.1) |
Copy-ready code
/* CSS */
color: #ae85f5;
background-color: #ae85f5;
/* Tailwind (arbitrary) */
class="text-[#ae85f5] bg-[#ae85f5]"
/* SCSS */
$brand: #ae85f5;
/* SwiftUI */
Color(red: 0.682, green: 0.522, blue: 0.961)
/* Android */
Color.parseColor("#ae85f5")Accessibility — WCAG contrast
Aa
#ae85f5 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae85f5 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green52.2%
Blue96.1%
CMYK percentages
Cyan29.0%
Magenta45.7%
Yellow0.0%
Key (black)3.9%
Color previews
#ae85f5 text on a black background
contrast 7.47:1
Card sample
#ae85f5 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae85f5;
Background color
Panel with #ae85f5 background
background-color: #ae85f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae85f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 133, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 133, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae85f5; background: linear-gradient(135deg, #ae85f5, #F585F1);