#ae7eb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
174, 126, 182
HSL
291°, 28%, 60%
CMYK
4, 31, 0, 29
Luminance
0.2730
Every format
| HEX | #ae7eb6 |
| RGB | rgb(174, 126, 182) |
| HSL | hsl(291, 28%, 60%) |
| CMYK | cmyk(4%, 31%, 0%, 29%) |
| LAB | lab(59.3 28.3 -22.2) |
| LCH | lch(59.3 36.0 321.9) |
| OKLCH | oklch(0.660 0.097 321.6) |
Copy-ready code
/* CSS */
color: #ae7eb6;
background-color: #ae7eb6;
/* Tailwind (arbitrary) */
class="text-[#ae7eb6] bg-[#ae7eb6]"
/* SCSS */
$brand: #ae7eb6;
/* SwiftUI */
Color(red: 0.682, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#ae7eb6")Accessibility — WCAG contrast
Aa
#ae7eb6 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7eb6 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green49.4%
Blue71.4%
CMYK percentages
Cyan4.4%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#ae7eb6 text on a black background
contrast 6.46:1
Card sample
#ae7eb6 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7eb6;
Background color
Panel with #ae7eb6 background
background-color: #ae7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7eb6; background: linear-gradient(135deg, #ae7eb6, #B67E99);