#af8bdc
a light, vivid violet · warm · closest name: plum
RGB
175, 139, 220
HSL
267°, 54%, 70%
CMYK
21, 37, 0, 14
Luminance
0.3275
Every format
| HEX | #af8bdc |
| RGB | rgb(175, 139, 220) |
| HSL | hsl(267, 54%, 70%) |
| CMYK | cmyk(21%, 37%, 0%, 14%) |
| LAB | lab(64.0 29.5 -36.3) |
| LCH | lch(64.0 46.8 309.1) |
| OKLCH | oklch(0.701 0.121 303.9) |
Copy-ready code
/* CSS */
color: #af8bdc;
background-color: #af8bdc;
/* Tailwind (arbitrary) */
class="text-[#af8bdc] bg-[#af8bdc]"
/* SCSS */
$brand: #af8bdc;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.863)
/* Android */
Color.parseColor("#af8bdc")Accessibility — WCAG contrast
Aa
#af8bdc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bdc on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta36.8%
Yellow0.0%
Key (black)13.7%
Color previews
#af8bdc text on a black background
contrast 7.55:1
Card sample
#af8bdc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bdc;
Background color
Panel with #af8bdc background
background-color: #af8bdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bdc; background: linear-gradient(135deg, #af8bdc, #DC8BD3);