#ae28bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
174, 40, 191
HSL
293°, 65%, 45%
CMYK
9, 79, 0, 25
Luminance
0.1428
Every format
| HEX | #ae28bf |
| RGB | rgb(174, 40, 191) |
| HSL | hsl(293, 65%, 45%) |
| CMYK | cmyk(9%, 79%, 0%, 25%) |
| LAB | lab(44.6 69.8 -50.4) |
| LCH | lch(44.6 86.1 324.2) |
| OKLCH | oklch(0.554 0.233 322.8) |
Copy-ready code
/* CSS */
color: #ae28bf;
background-color: #ae28bf;
/* Tailwind (arbitrary) */
class="text-[#ae28bf] bg-[#ae28bf]"
/* SCSS */
$brand: #ae28bf;
/* SwiftUI */
Color(red: 0.682, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#ae28bf")Accessibility — WCAG contrast
Aa
#ae28bf on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae28bf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green15.7%
Blue74.9%
CMYK percentages
Cyan8.9%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#ae28bf text on a black background
contrast 3.86:1
Card sample
#ae28bf text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae28bf;
Background color
Panel with #ae28bf background
background-color: #ae28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae28bf; background: linear-gradient(135deg, #ae28bf, #BF286B);