#ae3bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 59, 223
HSL
282°, 72%, 55%
CMYK
22, 74, 0, 13
Luminance
0.1745
Every format
| HEX | #ae3bdf |
| RGB | rgb(174, 59, 223) |
| HSL | hsl(282, 72%, 55%) |
| CMYK | cmyk(22%, 74%, 0%, 13%) |
| LAB | lab(48.8 69.6 -62.0) |
| LCH | lch(48.8 93.3 318.3) |
| OKLCH | oklch(0.590 0.241 313.5) |
Copy-ready code
/* CSS */
color: #ae3bdf;
background-color: #ae3bdf;
/* Tailwind (arbitrary) */
class="text-[#ae3bdf] bg-[#ae3bdf]"
/* SCSS */
$brand: #ae3bdf;
/* SwiftUI */
Color(red: 0.682, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#ae3bdf")Accessibility — WCAG contrast
Aa
#ae3bdf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3bdf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green23.1%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ae3bdf text on a black background
contrast 4.49:1
Card sample
#ae3bdf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3bdf;
Background color
Panel with #ae3bdf background
background-color: #ae3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3bdf; background: linear-gradient(135deg, #ae3bdf, #DF3BA3);