#ae2f9b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
174, 47, 155
HSL
309°, 58%, 43%
CMYK
0, 73, 11, 32
Luminance
0.1340
Every format
| HEX | #ae2f9b |
| RGB | rgb(174, 47, 155) |
| HSL | hsl(309, 58%, 43%) |
| CMYK | cmyk(0%, 73%, 11%, 32%) |
| LAB | lab(43.4 61.9 -31.1) |
| LCH | lch(43.4 69.2 333.3) |
| OKLCH | oklch(0.538 0.199 334.8) |
Copy-ready code
/* CSS */
color: #ae2f9b;
background-color: #ae2f9b;
/* Tailwind (arbitrary) */
class="text-[#ae2f9b] bg-[#ae2f9b]"
/* SCSS */
$brand: #ae2f9b;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.608)
/* Android */
Color.parseColor("#ae2f9b")Accessibility — WCAG contrast
Aa
#ae2f9b on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2f9b on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow10.9%
Key (black)31.8%
Color previews
#ae2f9b text on a black background
contrast 3.68:1
Card sample
#ae2f9b text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2f9b;
Background color
Panel with #ae2f9b background
background-color: #ae2f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2f9b; background: linear-gradient(135deg, #ae2f9b, #AE2F46);