#ae6df7
a light, electric violet · warm · closest name: slateblue
RGB
174, 109, 247
HSL
268°, 90%, 70%
CMYK
30, 56, 0, 3
Luminance
0.2665
Every format
| HEX | #ae6df7 |
| RGB | rgb(174, 109, 247) |
| HSL | hsl(268, 90%, 70%) |
| CMYK | cmyk(30%, 56%, 0%, 3%) |
| LAB | lab(58.6 52.0 -59.7) |
| LCH | lch(58.6 79.2 311.1) |
| OKLCH | oklch(0.665 0.201 303.1) |
Copy-ready code
/* CSS */
color: #ae6df7;
background-color: #ae6df7;
/* Tailwind (arbitrary) */
class="text-[#ae6df7] bg-[#ae6df7]"
/* SCSS */
$brand: #ae6df7;
/* SwiftUI */
Color(red: 0.682, green: 0.427, blue: 0.969)
/* Android */
Color.parseColor("#ae6df7")Accessibility — WCAG contrast
Aa
#ae6df7 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae6df7 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green42.7%
Blue96.9%
CMYK percentages
Cyan29.6%
Magenta55.9%
Yellow0.0%
Key (black)3.1%
Color previews
#ae6df7 text on a black background
contrast 6.33:1
Card sample
#ae6df7 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae6df7;
Background color
Panel with #ae6df7 background
background-color: #ae6df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae6df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 109, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 109, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae6df7; background: linear-gradient(135deg, #ae6df7, #F76DE4);