#af8dda
a light, vivid violet · warm · closest name: plum
RGB
175, 141, 218
HSL
267°, 51%, 70%
CMYK
20, 35, 0, 15
Luminance
0.3323
Every format
| HEX | #af8dda |
| RGB | rgb(175, 141, 218) |
| HSL | hsl(267, 51%, 70%) |
| CMYK | cmyk(20%, 35%, 0%, 15%) |
| LAB | lab(64.3 27.9 -34.6) |
| LCH | lch(64.3 44.5 308.9) |
| OKLCH | oklch(0.704 0.115 303.9) |
Copy-ready code
/* CSS */
color: #af8dda;
background-color: #af8dda;
/* Tailwind (arbitrary) */
class="text-[#af8dda] bg-[#af8dda]"
/* SCSS */
$brand: #af8dda;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.855)
/* Android */
Color.parseColor("#af8dda")Accessibility — WCAG contrast
Aa
#af8dda on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dda on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta35.3%
Yellow0.0%
Key (black)14.5%
Color previews
#af8dda text on a black background
contrast 7.65:1
Card sample
#af8dda text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dda;
Background color
Panel with #af8dda background
background-color: #af8dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dda; background: linear-gradient(135deg, #af8dda, #DA8DD2);