#ae91cf
a light, soft violet · warm · closest name: plum
RGB
174, 145, 207
HSL
268°, 39%, 69%
CMYK
16, 30, 0, 19
Luminance
0.3375
Every format
| HEX | #ae91cf |
| RGB | rgb(174, 145, 207) |
| HSL | hsl(268, 39%, 69%) |
| CMYK | cmyk(16%, 30%, 0%, 19%) |
| LAB | lab(64.8 22.9 -27.8) |
| LCH | lch(64.8 36.0 309.5) |
| OKLCH | oklch(0.705 0.094 305.5) |
Copy-ready code
/* CSS */
color: #ae91cf;
background-color: #ae91cf;
/* Tailwind (arbitrary) */
class="text-[#ae91cf] bg-[#ae91cf]"
/* SCSS */
$brand: #ae91cf;
/* SwiftUI */
Color(red: 0.682, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#ae91cf")Accessibility — WCAG contrast
Aa
#ae91cf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae91cf on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.9%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta30.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ae91cf text on a black background
contrast 7.75:1
Card sample
#ae91cf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae91cf;
Background color
Panel with #ae91cf background
background-color: #ae91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae91cf; background: linear-gradient(135deg, #ae91cf, #CF91C7);