#ae12dc
a balanced, electric violet · warm · closest name: magenta
RGB
174, 18, 220
HSL
286°, 85%, 47%
CMYK
21, 92, 0, 14
Luminance
0.1460
Every format
| HEX | #ae12dc |
| RGB | rgb(174, 18, 220) |
| HSL | hsl(286, 85%, 47%) |
| CMYK | cmyk(21%, 92%, 0%, 14%) |
| LAB | lab(45.1 79.4 -66.4) |
| LCH | lch(45.1 103.5 320.1) |
| OKLCH | oklch(0.563 0.269 315.7) |
Copy-ready code
/* CSS */
color: #ae12dc;
background-color: #ae12dc;
/* Tailwind (arbitrary) */
class="text-[#ae12dc] bg-[#ae12dc]"
/* SCSS */
$brand: #ae12dc;
/* SwiftUI */
Color(red: 0.682, green: 0.071, blue: 0.863)
/* Android */
Color.parseColor("#ae12dc")Accessibility — WCAG contrast
Aa
#ae12dc on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae12dc on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green7.1%
Blue86.3%
CMYK percentages
Cyan20.9%
Magenta91.8%
Yellow0.0%
Key (black)13.7%
Color previews
#ae12dc text on a black background
contrast 3.92:1
Card sample
#ae12dc text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae12dc;
Background color
Panel with #ae12dc background
background-color: #ae12dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae12dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 18, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 18, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae12dc; background: linear-gradient(135deg, #ae12dc, #DC1284);