#ae44df
a balanced, vivid violet · warm · closest name: slateblue
RGB
174, 68, 223
HSL
281°, 71%, 57%
CMYK
22, 70, 0, 13
Luminance
0.1846
Every format
| HEX | #ae44df |
| RGB | rgb(174, 68, 223) |
| HSL | hsl(281, 71%, 57%) |
| CMYK | cmyk(22%, 70%, 0%, 13%) |
| LAB | lab(50.0 66.2 -60.1) |
| LCH | lch(50.0 89.3 317.8) |
| OKLCH | oklch(0.599 0.231 312.9) |
Copy-ready code
/* CSS */
color: #ae44df;
background-color: #ae44df;
/* Tailwind (arbitrary) */
class="text-[#ae44df] bg-[#ae44df]"
/* SCSS */
$brand: #ae44df;
/* SwiftUI */
Color(red: 0.682, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#ae44df")Accessibility — WCAG contrast
Aa
#ae44df on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae44df on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green26.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae44df text on a black background
contrast 4.69:1
Card sample
#ae44df text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae44df;
Background color
Panel with #ae44df background
background-color: #ae44df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae44df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae44df; background: linear-gradient(135deg, #ae44df, #DF44A9);