#af9bda
a light, vivid violet · warm · closest name: plum
RGB
175, 155, 218
HSL
259°, 46%, 73%
CMYK
20, 29, 0, 15
Luminance
0.3762
Every format
| HEX | #af9bda |
| RGB | rgb(175, 155, 218) |
| HSL | hsl(259, 46%, 73%) |
| CMYK | cmyk(20%, 29%, 0%, 15%) |
| LAB | lab(67.7 20.1 -29.4) |
| LCH | lch(67.7 35.5 304.4) |
| OKLCH | oklch(0.730 0.092 298.7) |
Copy-ready code
/* CSS */
color: #af9bda;
background-color: #af9bda;
/* Tailwind (arbitrary) */
class="text-[#af9bda] bg-[#af9bda]"
/* SCSS */
$brand: #af9bda;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#af9bda")Accessibility — WCAG contrast
Aa
#af9bda on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9bda on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af9bda text on a black background
contrast 8.52:1
Card sample
#af9bda text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9bda;
Background color
Panel with #af9bda background
background-color: #af9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9bda; background: linear-gradient(135deg, #af9bda, #D99BDA);