#af9bdc
a light, vivid violet · warm · closest name: plum
RGB
175, 155, 220
HSL
259°, 48%, 74%
CMYK
21, 30, 0, 14
Luminance
0.3772
Every format
| HEX | #af9bdc |
| RGB | rgb(175, 155, 220) |
| HSL | hsl(259, 48%, 74%) |
| CMYK | cmyk(21%, 30%, 0%, 14%) |
| LAB | lab(67.8 20.5 -30.3) |
| LCH | lch(67.8 36.6 304.1) |
| OKLCH | oklch(0.731 0.095 298.1) |
Copy-ready code
/* CSS */
color: #af9bdc;
background-color: #af9bdc;
/* Tailwind (arbitrary) */
class="text-[#af9bdc] bg-[#af9bdc]"
/* SCSS */
$brand: #af9bdc;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.863)
/* Android */
Color.parseColor("#af9bdc")Accessibility — WCAG contrast
Aa
#af9bdc on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9bdc on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta29.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af9bdc text on a black background
contrast 8.54:1
Card sample
#af9bdc text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9bdc;
Background color
Panel with #af9bdc background
background-color: #af9bdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9bdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9bdc; background: linear-gradient(135deg, #af9bdc, #DA9BDC);