#ae28cf
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 40, 207
HSL
288°, 68%, 48%
CMYK
16, 81, 0, 19
Luminance
0.1502
Every format
| HEX | #ae28cf |
| RGB | rgb(174, 40, 207) |
| HSL | hsl(288, 68%, 48%) |
| CMYK | cmyk(16%, 81%, 0%, 19%) |
| LAB | lab(45.7 72.6 -58.0) |
| LCH | lch(45.7 92.9 321.4) |
| OKLCH | oklch(0.564 0.246 318.4) |
Copy-ready code
/* CSS */
color: #ae28cf;
background-color: #ae28cf;
/* Tailwind (arbitrary) */
class="text-[#ae28cf] bg-[#ae28cf]"
/* SCSS */
$brand: #ae28cf;
/* SwiftUI */
Color(red: 0.682, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#ae28cf")Accessibility — WCAG contrast
Aa
#ae28cf on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae28cf on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green15.7%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ae28cf text on a black background
contrast 4.00:1
Card sample
#ae28cf text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae28cf;
Background color
Panel with #ae28cf background
background-color: #ae28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae28cf; background: linear-gradient(135deg, #ae28cf, #CF2881);