#ae67fd
a light, electric violet · warm · closest name: slateblue
RGB
174, 103, 253
HSL
268°, 97%, 70%
CMYK
31, 59, 0, 1
Luminance
0.2579
Every format
| HEX | #ae67fd |
| RGB | rgb(174, 103, 253) |
| HSL | hsl(268, 97%, 70%) |
| CMYK | cmyk(31%, 59%, 0%, 1%) |
| LAB | lab(57.8 56.5 -64.3) |
| LCH | lch(57.8 85.6 311.3) |
| OKLCH | oklch(0.661 0.216 302.7) |
Copy-ready code
/* CSS */
color: #ae67fd;
background-color: #ae67fd;
/* Tailwind (arbitrary) */
class="text-[#ae67fd] bg-[#ae67fd]"
/* SCSS */
$brand: #ae67fd;
/* SwiftUI */
Color(red: 0.682, green: 0.404, blue: 0.992)
/* Android */
Color.parseColor("#ae67fd")Accessibility — WCAG contrast
Aa
#ae67fd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae67fd on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green40.4%
Blue99.2%
CMYK percentages
Cyan31.2%
Magenta59.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ae67fd text on a black background
contrast 6.16:1
Card sample
#ae67fd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae67fd;
Background color
Panel with #ae67fd background
background-color: #ae67fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae67fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 103, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 103, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae67fd; background: linear-gradient(135deg, #ae67fd, #FD67E8);