#ae6dfb
a light, electric violet · warm · closest name: slateblue
RGB
174, 109, 251
HSL
268°, 95%, 71%
CMYK
31, 57, 0, 2
Luminance
0.2690
Every format
| HEX | #ae6dfb |
| RGB | rgb(174, 109, 251) |
| HSL | hsl(268, 95%, 71%) |
| CMYK | cmyk(31%, 57%, 0%, 2%) |
| LAB | lab(58.9 53.0 -61.5) |
| LCH | lch(58.9 81.2 310.7) |
| OKLCH | oklch(0.668 0.206 302.3) |
Copy-ready code
/* CSS */
color: #ae6dfb;
background-color: #ae6dfb;
/* Tailwind (arbitrary) */
class="text-[#ae6dfb] bg-[#ae6dfb]"
/* SCSS */
$brand: #ae6dfb;
/* SwiftUI */
Color(red: 0.682, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#ae6dfb")Accessibility — WCAG contrast
Aa
#ae6dfb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6dfb on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.7%
Blue98.4%
CMYK percentages
Cyan30.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#ae6dfb text on a black background
contrast 6.38:1
Card sample
#ae6dfb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6dfb;
Background color
Panel with #ae6dfb background
background-color: #ae6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6dfb; background: linear-gradient(135deg, #ae6dfb, #FB6DE9);