#ae72be
a balanced, soft violet · warm · closest name: plum
RGB
174, 114, 190
HSL
287°, 37%, 60%
CMYK
8, 40, 0, 26
Luminance
0.2475
Every format
| HEX | #ae72be |
| RGB | rgb(174, 114, 190) |
| HSL | hsl(287, 37%, 60%) |
| CMYK | cmyk(8%, 40%, 0%, 26%) |
| LAB | lab(56.8 36.6 -30.5) |
| LCH | lch(56.8 47.7 320.2) |
| OKLCH | oklch(0.643 0.128 319.0) |
Copy-ready code
/* CSS */
color: #ae72be;
background-color: #ae72be;
/* Tailwind (arbitrary) */
class="text-[#ae72be] bg-[#ae72be]"
/* SCSS */
$brand: #ae72be;
/* SwiftUI */
Color(red: 0.682, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ae72be")Accessibility — WCAG contrast
Aa
#ae72be on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae72be on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green44.7%
Blue74.5%
CMYK percentages
Cyan8.4%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#ae72be text on a black background
contrast 5.95:1
Card sample
#ae72be text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae72be;
Background color
Panel with #ae72be background
background-color: #ae72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae72be; background: linear-gradient(135deg, #ae72be, #BE729B);