#ae15da
a balanced, electric violet · warm · closest name: magenta
RGB
174, 21, 218
HSL
287°, 82%, 47%
CMYK
20, 90, 0, 15
Luminance
0.1460
Every format
| HEX | #ae15da |
| RGB | rgb(174, 21, 218) |
| HSL | hsl(287, 82%, 47%) |
| CMYK | cmyk(20%, 90%, 0%, 15%) |
| LAB | lab(45.1 78.6 -65.3) |
| LCH | lch(45.1 102.1 320.3) |
| OKLCH | oklch(0.563 0.266 316.1) |
Copy-ready code
/* CSS */
color: #ae15da;
background-color: #ae15da;
/* Tailwind (arbitrary) */
class="text-[#ae15da] bg-[#ae15da]"
/* SCSS */
$brand: #ae15da;
/* SwiftUI */
Color(red: 0.682, green: 0.082, blue: 0.855)
/* Android */
Color.parseColor("#ae15da")Accessibility — WCAG contrast
Aa
#ae15da on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae15da on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green8.2%
Blue85.5%
CMYK percentages
Cyan20.2%
Magenta90.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ae15da text on a black background
contrast 3.92:1
Card sample
#ae15da text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae15da;
Background color
Panel with #ae15da background
background-color: #ae15da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae15da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 21, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 21, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae15da; background: linear-gradient(135deg, #ae15da, #DA1583);