#ae0baf
a dark, electric magenta / pink · warm · closest name: purple
RGB
174, 11, 175
HSL
300°, 88%, 37%
CMYK
1, 94, 0, 31
Luminance
0.1233
Every format
| HEX | #ae0baf |
| RGB | rgb(174, 11, 175) |
| HSL | hsl(300, 88%, 37%) |
| CMYK | cmyk(1%, 94%, 0%, 31%) |
| LAB | lab(41.7 72.8 -45.6) |
| LCH | lch(41.7 85.9 328.0) |
| OKLCH | oklch(0.530 0.239 328.0) |
Copy-ready code
/* CSS */
color: #ae0baf;
background-color: #ae0baf;
/* Tailwind (arbitrary) */
class="text-[#ae0baf] bg-[#ae0baf]"
/* SCSS */
$brand: #ae0baf;
/* SwiftUI */
Color(red: 0.682, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#ae0baf")Accessibility — WCAG contrast
Aa
#ae0baf on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae0baf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green4.3%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#ae0baf text on a black background
contrast 3.47:1
Card sample
#ae0baf text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0baf;
Background color
Panel with #ae0baf background
background-color: #ae0baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0baf; background: linear-gradient(135deg, #ae0baf, #AF0B43);