#ae99d4
a light, soft violet · warm · closest name: plum
RGB
174, 153, 212
HSL
261°, 41%, 72%
CMYK
18, 28, 0, 17
Luminance
0.3653
Every format
| HEX | #ae99d4 |
| RGB | rgb(174, 153, 212) |
| HSL | hsl(261, 41%, 72%) |
| CMYK | cmyk(18%, 28%, 0%, 17%) |
| LAB | lab(66.9 19.5 -27.3) |
| LCH | lch(66.9 33.5 305.6) |
| OKLCH | oklch(0.722 0.087 300.6) |
Copy-ready code
/* CSS */
color: #ae99d4;
background-color: #ae99d4;
/* Tailwind (arbitrary) */
class="text-[#ae99d4] bg-[#ae99d4]"
/* SCSS */
$brand: #ae99d4;
/* SwiftUI */
Color(red: 0.682, green: 0.600, blue: 0.831)
/* Android */
Color.parseColor("#ae99d4")Accessibility — WCAG contrast
Aa
#ae99d4 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae99d4 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.0%
Blue83.1%
CMYK percentages
Cyan17.9%
Magenta27.8%
Yellow0.0%
Key (black)16.9%
Color previews
#ae99d4 text on a black background
contrast 8.31:1
Card sample
#ae99d4 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae99d4;
Background color
Panel with #ae99d4 background
background-color: #ae99d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae99d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 153, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 153, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae99d4; background: linear-gradient(135deg, #ae99d4, #D499D3);