#af9dcd
a light, soft violet · warm · closest name: plum
RGB
175, 157, 205
HSL
263°, 32%, 71%
CMYK
15, 23, 0, 20
Luminance
0.3764
Every format
| HEX | #af9dcd |
| RGB | rgb(175, 157, 205) |
| HSL | hsl(263, 32%, 71%) |
| CMYK | cmyk(15%, 23%, 0%, 20%) |
| LAB | lab(67.8 16.0 -22.1) |
| LCH | lch(67.8 27.3 305.9) |
| OKLCH | oklch(0.728 0.071 301.8) |
Copy-ready code
/* CSS */
color: #af9dcd;
background-color: #af9dcd;
/* Tailwind (arbitrary) */
class="text-[#af9dcd] bg-[#af9dcd]"
/* SCSS */
$brand: #af9dcd;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#af9dcd")Accessibility — WCAG contrast
Aa
#af9dcd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dcd on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta23.4%
Yellow0.0%
Key (black)19.6%
Color previews
#af9dcd text on a black background
contrast 8.53:1
Card sample
#af9dcd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dcd;
Background color
Panel with #af9dcd background
background-color: #af9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dcd; background: linear-gradient(135deg, #af9dcd, #CD9DCB);