#ae7ace
a balanced, vivid violet · warm · closest name: plum
RGB
174, 122, 206
HSL
277°, 46%, 64%
CMYK
16, 41, 0, 19
Luminance
0.2737
Every format
| HEX | #ae7ace |
| RGB | rgb(174, 122, 206) |
| HSL | hsl(277, 46%, 64%) |
| CMYK | cmyk(16%, 41%, 0%, 19%) |
| LAB | lab(59.3 35.6 -35.7) |
| LCH | lch(59.3 50.4 314.9) |
| OKLCH | oklch(0.664 0.132 311.7) |
Copy-ready code
/* CSS */
color: #ae7ace;
background-color: #ae7ace;
/* Tailwind (arbitrary) */
class="text-[#ae7ace] bg-[#ae7ace]"
/* SCSS */
$brand: #ae7ace;
/* SwiftUI */
Color(red: 0.682, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#ae7ace")Accessibility — WCAG contrast
Aa
#ae7ace on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7ace on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.8%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#ae7ace text on a black background
contrast 6.47:1
Card sample
#ae7ace text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7ace;
Background color
Panel with #ae7ace background
background-color: #ae7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7ace; background: linear-gradient(135deg, #ae7ace, #CE7AB6);