#af9dce
a light, soft violet · warm · closest name: plum
RGB
175, 157, 206
HSL
262°, 33%, 71%
CMYK
15, 24, 0, 19
Luminance
0.3768
Every format
| HEX | #af9dce |
| RGB | rgb(175, 157, 206) |
| HSL | hsl(262, 33%, 71%) |
| CMYK | cmyk(15%, 24%, 0%, 19%) |
| LAB | lab(67.8 16.3 -22.6) |
| LCH | lch(67.8 27.9 305.7) |
| OKLCH | oklch(0.729 0.072 301.4) |
Copy-ready code
/* CSS */
color: #af9dce;
background-color: #af9dce;
/* Tailwind (arbitrary) */
class="text-[#af9dce] bg-[#af9dce]"
/* SCSS */
$brand: #af9dce;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.808)
/* Android */
Color.parseColor("#af9dce")Accessibility — WCAG contrast
Aa
#af9dce on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dce on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta23.8%
Yellow0.0%
Key (black)19.2%
Color previews
#af9dce text on a black background
contrast 8.54:1
Card sample
#af9dce text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dce;
Background color
Panel with #af9dce background
background-color: #af9dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dce; background: linear-gradient(135deg, #af9dce, #CE9DCC);