#af8bda
a light, vivid violet · warm · closest name: plum
RGB
175, 139, 218
HSL
267°, 52%, 70%
CMYK
20, 36, 0, 15
Luminance
0.3264
Every format
| HEX | #af8bda |
| RGB | rgb(175, 139, 218) |
| HSL | hsl(267, 52%, 70%) |
| CMYK | cmyk(20%, 36%, 0%, 15%) |
| LAB | lab(63.9 29.1 -35.3) |
| LCH | lch(63.9 45.8 309.4) |
| OKLCH | oklch(0.700 0.119 304.5) |
Copy-ready code
/* CSS */
color: #af8bda;
background-color: #af8bda;
/* Tailwind (arbitrary) */
class="text-[#af8bda] bg-[#af8bda]"
/* SCSS */
$brand: #af8bda;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.855)
/* Android */
Color.parseColor("#af8bda")Accessibility — WCAG contrast
Aa
#af8bda on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bda on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta36.2%
Yellow0.0%
Key (black)14.5%
Color previews
#af8bda text on a black background
contrast 7.53:1
Card sample
#af8bda text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bda;
Background color
Panel with #af8bda background
background-color: #af8bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bda; background: linear-gradient(135deg, #af8bda, #DA8BD0);