#ae4bdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
174, 75, 223
HSL
280°, 70%, 58%
CMYK
22, 66, 0, 13
Luminance
0.1936
Every format
| HEX | #ae4bdf |
| RGB | rgb(174, 75, 223) |
| HSL | hsl(280, 70%, 58%) |
| CMYK | cmyk(22%, 66%, 0%, 13%) |
| LAB | lab(51.1 63.2 -58.4) |
| LCH | lch(51.1 86.0 317.3) |
| OKLCH | oklch(0.606 0.223 312.4) |
Copy-ready code
/* CSS */
color: #ae4bdf;
background-color: #ae4bdf;
/* Tailwind (arbitrary) */
class="text-[#ae4bdf] bg-[#ae4bdf]"
/* SCSS */
$brand: #ae4bdf;
/* SwiftUI */
Color(red: 0.682, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#ae4bdf")Accessibility — WCAG contrast
Aa
#ae4bdf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae4bdf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ae4bdf text on a black background
contrast 4.87:1
Card sample
#ae4bdf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4bdf;
Background color
Panel with #ae4bdf background
background-color: #ae4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4bdf; background: linear-gradient(135deg, #ae4bdf, #DF4BAD);