#ae3df9
a balanced, electric violet · warm · closest name: magenta
RGB
174, 61, 249
HSL
276°, 94%, 61%
CMYK
30, 76, 0, 2
Luminance
0.1918
Every format
| HEX | #ae3df9 |
| RGB | rgb(174, 61, 249) |
| HSL | hsl(276, 94%, 61%) |
| CMYK | cmyk(30%, 76%, 0%, 2%) |
| LAB | lab(50.9 74.2 -73.3) |
| LCH | lch(50.9 104.3 315.3) |
| OKLCH | oklch(0.610 0.263 307.5) |
Copy-ready code
/* CSS */
color: #ae3df9;
background-color: #ae3df9;
/* Tailwind (arbitrary) */
class="text-[#ae3df9] bg-[#ae3df9]"
/* SCSS */
$brand: #ae3df9;
/* SwiftUI */
Color(red: 0.682, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#ae3df9")Accessibility — WCAG contrast
Aa
#ae3df9 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae3df9 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green23.9%
Blue97.6%
CMYK percentages
Cyan30.1%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#ae3df9 text on a black background
contrast 4.84:1
Card sample
#ae3df9 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3df9;
Background color
Panel with #ae3df9 background
background-color: #ae3df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3df9; background: linear-gradient(135deg, #ae3df9, #F93DC7);