#ae37eb
a balanced, electric violet · warm · closest name: magenta
RGB
174, 55, 235
HSL
280°, 82%, 57%
CMYK
26, 77, 0, 8
Luminance
0.1773
Every format
| HEX | #ae37eb |
| RGB | rgb(174, 55, 235) |
| HSL | hsl(280, 82%, 57%) |
| CMYK | cmyk(26%, 77%, 0%, 8%) |
| LAB | lab(49.2 73.4 -68.3) |
| LCH | lch(49.2 100.3 317.1) |
| OKLCH | oklch(0.595 0.256 310.9) |
Copy-ready code
/* CSS */
color: #ae37eb;
background-color: #ae37eb;
/* Tailwind (arbitrary) */
class="text-[#ae37eb] bg-[#ae37eb]"
/* SCSS */
$brand: #ae37eb;
/* SwiftUI */
Color(red: 0.682, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#ae37eb")Accessibility — WCAG contrast
Aa
#ae37eb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae37eb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green21.6%
Blue92.2%
CMYK percentages
Cyan26.0%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ae37eb text on a black background
contrast 4.55:1
Card sample
#ae37eb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae37eb;
Background color
Panel with #ae37eb background
background-color: #ae37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae37eb; background: linear-gradient(135deg, #ae37eb, #EB37B0);