#ae1bdf
a balanced, electric violet · warm · closest name: magenta
RGB
174, 27, 223
HSL
285°, 78%, 49%
CMYK
22, 88, 0, 13
Luminance
0.1511
Every format
| HEX | #ae1bdf |
| RGB | rgb(174, 27, 223) |
| HSL | hsl(285, 78%, 49%) |
| CMYK | cmyk(22%, 88%, 0%, 13%) |
| LAB | lab(45.8 78.5 -67.0) |
| LCH | lch(45.8 103.2 319.5) |
| OKLCH | oklch(0.569 0.267 314.8) |
Copy-ready code
/* CSS */
color: #ae1bdf;
background-color: #ae1bdf;
/* Tailwind (arbitrary) */
class="text-[#ae1bdf] bg-[#ae1bdf]"
/* SCSS */
$brand: #ae1bdf;
/* SwiftUI */
Color(red: 0.682, green: 0.106, blue: 0.875)
/* Android */
Color.parseColor("#ae1bdf")Accessibility — WCAG contrast
Aa
#ae1bdf on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae1bdf on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green10.6%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta87.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ae1bdf text on a black background
contrast 4.02:1
Card sample
#ae1bdf text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae1bdf;
Background color
Panel with #ae1bdf background
background-color: #ae1bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae1bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 27, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 27, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae1bdf; background: linear-gradient(135deg, #ae1bdf, #DF1B8D);