#ae83cf
a light, soft violet · warm · closest name: plum
RGB
174, 131, 207
HSL
274°, 44%, 66%
CMYK
16, 37, 0, 19
Luminance
0.2974
Every format
| HEX | #ae83cf |
| RGB | rgb(174, 131, 207) |
| HSL | hsl(274, 44%, 66%) |
| CMYK | cmyk(16%, 37%, 0%, 19%) |
| LAB | lab(61.4 30.8 -33.0) |
| LCH | lch(61.4 45.1 313.0) |
| OKLCH | oklch(0.680 0.118 309.5) |
Copy-ready code
/* CSS */
color: #ae83cf;
background-color: #ae83cf;
/* Tailwind (arbitrary) */
class="text-[#ae83cf] bg-[#ae83cf]"
/* SCSS */
$brand: #ae83cf;
/* SwiftUI */
Color(red: 0.682, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#ae83cf")Accessibility — WCAG contrast
Aa
#ae83cf on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae83cf on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green51.4%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ae83cf text on a black background
contrast 6.95:1
Card sample
#ae83cf text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae83cf;
Background color
Panel with #ae83cf background
background-color: #ae83cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae83cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae83cf; background: linear-gradient(135deg, #ae83cf, #CF83BD);