#af8dce
a light, soft violet · warm · closest name: plum
RGB
175, 141, 206
HSL
271°, 40%, 68%
CMYK
15, 32, 0, 19
Luminance
0.3262
Every format
| HEX | #af8dce |
| RGB | rgb(175, 141, 206) |
| HSL | hsl(271, 40%, 68%) |
| CMYK | cmyk(15%, 32%, 0%, 19%) |
| LAB | lab(63.9 25.3 -28.7) |
| LCH | lch(63.9 38.2 311.4) |
| OKLCH | oklch(0.698 0.100 307.9) |
Copy-ready code
/* CSS */
color: #af8dce;
background-color: #af8dce;
/* Tailwind (arbitrary) */
class="text-[#af8dce] bg-[#af8dce]"
/* SCSS */
$brand: #af8dce;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.808)
/* Android */
Color.parseColor("#af8dce")Accessibility — WCAG contrast
Aa
#af8dce on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dce on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta31.6%
Yellow0.0%
Key (black)19.2%
Color previews
#af8dce text on a black background
contrast 7.52:1
Card sample
#af8dce text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dce;
Background color
Panel with #af8dce background
background-color: #af8dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dce; background: linear-gradient(135deg, #af8dce, #CE8DC2);