#ae34df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 52, 223
HSL
283°, 73%, 54%
CMYK
22, 77, 0, 13
Luminance
0.1678
Every format
| HEX | #ae34df |
| RGB | rgb(174, 52, 223) |
| HSL | hsl(283, 73%, 54%) |
| CMYK | cmyk(22%, 77%, 0%, 13%) |
| LAB | lab(48.0 72.0 -63.4) |
| LCH | lch(48.0 96.0 318.7) |
| OKLCH | oklch(0.584 0.248 313.8) |
Copy-ready code
/* CSS */
color: #ae34df;
background-color: #ae34df;
/* Tailwind (arbitrary) */
class="text-[#ae34df] bg-[#ae34df]"
/* SCSS */
$brand: #ae34df;
/* SwiftUI */
Color(red: 0.682, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#ae34df")Accessibility — WCAG contrast
Aa
#ae34df on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae34df on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green20.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ae34df text on a black background
contrast 4.36:1
Card sample
#ae34df text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae34df;
Background color
Panel with #ae34df background
background-color: #ae34df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae34df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae34df; background: linear-gradient(135deg, #ae34df, #DF349E);