#ae5dfb
a light, electric violet · warm · closest name: slateblue
RGB
174, 93, 251
HSL
271°, 95%, 68%
CMYK
31, 63, 0, 2
Luminance
0.2379
Every format
| HEX | #ae5dfb |
| RGB | rgb(174, 93, 251) |
| HSL | hsl(271, 95%, 68%) |
| CMYK | cmyk(31%, 63%, 0%, 2%) |
| LAB | lab(55.9 61.0 -66.4) |
| LCH | lch(55.9 90.2 312.6) |
| OKLCH | oklch(0.646 0.228 304.3) |
Copy-ready code
/* CSS */
color: #ae5dfb;
background-color: #ae5dfb;
/* Tailwind (arbitrary) */
class="text-[#ae5dfb] bg-[#ae5dfb]"
/* SCSS */
$brand: #ae5dfb;
/* SwiftUI */
Color(red: 0.682, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#ae5dfb")Accessibility — WCAG contrast
Aa
#ae5dfb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae5dfb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green36.5%
Blue98.4%
CMYK percentages
Cyan30.7%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#ae5dfb text on a black background
contrast 5.76:1
Card sample
#ae5dfb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5dfb;
Background color
Panel with #ae5dfb background
background-color: #ae5dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5dfb; background: linear-gradient(135deg, #ae5dfb, #FB5DDF);