#ae2ccc
a balanced, vivid violet · warm · closest name: purple
RGB
174, 44, 204
HSL
289°, 65%, 49%
CMYK
15, 78, 0, 20
Luminance
0.1516
Every format
| HEX | #ae2ccc |
| RGB | rgb(174, 44, 204) |
| HSL | hsl(289, 65%, 49%) |
| CMYK | cmyk(15%, 78%, 0%, 20%) |
| LAB | lab(45.9 71.0 -56.0) |
| LCH | lch(45.9 90.4 321.7) |
| OKLCH | oklch(0.565 0.240 319.1) |
Copy-ready code
/* CSS */
color: #ae2ccc;
background-color: #ae2ccc;
/* Tailwind (arbitrary) */
class="text-[#ae2ccc] bg-[#ae2ccc]"
/* SCSS */
$brand: #ae2ccc;
/* SwiftUI */
Color(red: 0.682, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#ae2ccc")Accessibility — WCAG contrast
Aa
#ae2ccc on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2ccc on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green17.3%
Blue80.0%
CMYK percentages
Cyan14.7%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#ae2ccc text on a black background
contrast 4.03:1
Card sample
#ae2ccc text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2ccc;
Background color
Panel with #ae2ccc background
background-color: #ae2ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2ccc; background: linear-gradient(135deg, #ae2ccc, #CC2C7F);