#ae4ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
174, 77, 223
HSL
280°, 70%, 59%
CMYK
22, 66, 0, 13
Luminance
0.1963
Every format
| HEX | #ae4ddf |
| RGB | rgb(174, 77, 223) |
| HSL | hsl(280, 70%, 59%) |
| CMYK | cmyk(22%, 66%, 0%, 13%) |
| LAB | lab(51.4 62.3 -57.9) |
| LCH | lch(51.4 85.0 317.1) |
| OKLCH | oklch(0.608 0.220 312.2) |
Copy-ready code
/* CSS */
color: #ae4ddf;
background-color: #ae4ddf;
/* Tailwind (arbitrary) */
class="text-[#ae4ddf] bg-[#ae4ddf]"
/* SCSS */
$brand: #ae4ddf;
/* SwiftUI */
Color(red: 0.682, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#ae4ddf")Accessibility — WCAG contrast
Aa
#ae4ddf on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4ddf on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green30.2%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae4ddf text on a black background
contrast 4.93:1
Card sample
#ae4ddf text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4ddf;
Background color
Panel with #ae4ddf background
background-color: #ae4ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4ddf; background: linear-gradient(135deg, #ae4ddf, #DF4DAF);