#ae06eb
a balanced, electric violet · warm · closest name: magenta
RGB
174, 6, 235
HSL
284°, 95%, 47%
CMYK
26, 97, 0, 8
Luminance
0.1513
Every format
| HEX | #ae06eb |
| RGB | rgb(174, 6, 235) |
| HSL | hsl(284, 95%, 47%) |
| CMYK | cmyk(26%, 97%, 0%, 8%) |
| LAB | lab(45.8 83.3 -73.7) |
| LCH | lch(45.8 111.2 318.5) |
| OKLCH | oklch(0.572 0.283 312.4) |
Copy-ready code
/* CSS */
color: #ae06eb;
background-color: #ae06eb;
/* Tailwind (arbitrary) */
class="text-[#ae06eb] bg-[#ae06eb]"
/* SCSS */
$brand: #ae06eb;
/* SwiftUI */
Color(red: 0.682, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#ae06eb")Accessibility — WCAG contrast
Aa
#ae06eb on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae06eb on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.4%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ae06eb text on a black background
contrast 4.03:1
Card sample
#ae06eb text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae06eb;
Background color
Panel with #ae06eb background
background-color: #ae06eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae06eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae06eb; background: linear-gradient(135deg, #ae06eb, #EB0690);