#ae79eb
a light, vivid violet · warm · closest name: slateblue
RGB
174, 121, 235
HSL
268°, 74%, 70%
CMYK
26, 49, 0, 8
Luminance
0.2867
Every format
| HEX | #ae79eb |
| RGB | rgb(174, 121, 235) |
| HSL | hsl(268, 74%, 70%) |
| CMYK | cmyk(26%, 49%, 0%, 8%) |
| LAB | lab(60.5 42.8 -50.1) |
| LCH | lch(60.5 65.9 310.5) |
| OKLCH | oklch(0.677 0.169 303.7) |
Copy-ready code
/* CSS */
color: #ae79eb;
background-color: #ae79eb;
/* Tailwind (arbitrary) */
class="text-[#ae79eb] bg-[#ae79eb]"
/* SCSS */
$brand: #ae79eb;
/* SwiftUI */
Color(red: 0.682, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#ae79eb")Accessibility — WCAG contrast
Aa
#ae79eb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae79eb on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.5%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ae79eb text on a black background
contrast 6.73:1
Card sample
#ae79eb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae79eb;
Background color
Panel with #ae79eb background
background-color: #ae79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae79eb; background: linear-gradient(135deg, #ae79eb, #EB79DC);