#ae28df
a balanced, vivid violet · warm · closest name: magenta
RGB
174, 40, 223
HSL
284°, 74%, 52%
CMYK
22, 82, 0, 13
Luminance
0.1584
Every format
| HEX | #ae28df |
| RGB | rgb(174, 40, 223) |
| HSL | hsl(284, 74%, 52%) |
| CMYK | cmyk(22%, 82%, 0%, 13%) |
| LAB | lab(46.8 75.6 -65.4) |
| LCH | lch(46.8 99.9 319.1) |
| OKLCH | oklch(0.575 0.259 314.4) |
Copy-ready code
/* CSS */
color: #ae28df;
background-color: #ae28df;
/* Tailwind (arbitrary) */
class="text-[#ae28df] bg-[#ae28df]"
/* SCSS */
$brand: #ae28df;
/* SwiftUI */
Color(red: 0.682, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#ae28df")Accessibility — WCAG contrast
Aa
#ae28df on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae28df on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green15.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ae28df text on a black background
contrast 4.17:1
Card sample
#ae28df text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae28df;
Background color
Panel with #ae28df background
background-color: #ae28df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae28df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae28df; background: linear-gradient(135deg, #ae28df, #DF2896);