#ae95df
a light, vivid violet · warm · closest name: plum
RGB
174, 149, 223
HSL
260°, 54%, 73%
CMYK
22, 33, 0, 13
Luminance
0.3582
Every format
| HEX | #ae95df |
| RGB | rgb(174, 149, 223) |
| HSL | hsl(260, 54%, 73%) |
| CMYK | cmyk(22%, 33%, 0%, 13%) |
| LAB | lab(66.4 24.3 -34.2) |
| LCH | lch(66.4 42.0 305.4) |
| OKLCH | oklch(0.720 0.108 299.2) |
Copy-ready code
/* CSS */
color: #ae95df;
background-color: #ae95df;
/* Tailwind (arbitrary) */
class="text-[#ae95df] bg-[#ae95df]"
/* SCSS */
$brand: #ae95df;
/* SwiftUI */
Color(red: 0.682, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#ae95df")Accessibility — WCAG contrast
Aa
#ae95df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae95df on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green58.4%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ae95df text on a black background
contrast 8.16:1
Card sample
#ae95df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae95df;
Background color
Panel with #ae95df background
background-color: #ae95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae95df; background: linear-gradient(135deg, #ae95df, #DF95DF);