#af9ade
a light, vivid violet · warm · closest name: plum
RGB
175, 154, 222
HSL
259°, 51%, 74%
CMYK
21, 31, 0, 13
Luminance
0.3750
Every format
| HEX | #af9ade |
| RGB | rgb(175, 154, 222) |
| HSL | hsl(259, 51%, 74%) |
| CMYK | cmyk(21%, 31%, 0%, 13%) |
| LAB | lab(67.7 21.5 -31.7) |
| LCH | lch(67.7 38.3 304.2) |
| OKLCH | oklch(0.730 0.099 298.1) |
Copy-ready code
/* CSS */
color: #af9ade;
background-color: #af9ade;
/* Tailwind (arbitrary) */
class="text-[#af9ade] bg-[#af9ade]"
/* SCSS */
$brand: #af9ade;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#af9ade")Accessibility — WCAG contrast
Aa
#af9ade on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ade on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#af9ade text on a black background
contrast 8.50:1
Card sample
#af9ade text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ade;
Background color
Panel with #af9ade background
background-color: #af9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ade; background: linear-gradient(135deg, #af9ade, #DC9ADE);