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