#af9cd8
a light, soft violet · warm · closest name: plum
RGB
175, 156, 216
HSL
259°, 44%, 73%
CMYK
19, 28, 0, 15
Luminance
0.3785
Every format
| HEX | #af9cd8 |
| RGB | rgb(175, 156, 216) |
| HSL | hsl(259, 44%, 73%) |
| CMYK | cmyk(19%, 28%, 0%, 15%) |
| LAB | lab(67.9 19.0 -28.0) |
| LCH | lch(67.9 33.8 304.2) |
| OKLCH | oklch(0.731 0.088 298.7) |
Copy-ready code
/* CSS */
color: #af9cd8;
background-color: #af9cd8;
/* Tailwind (arbitrary) */
class="text-[#af9cd8] bg-[#af9cd8]"
/* SCSS */
$brand: #af9cd8;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.847)
/* Android */
Color.parseColor("#af9cd8")Accessibility — WCAG contrast
Aa
#af9cd8 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cd8 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta27.8%
Yellow0.0%
Key (black)15.3%
Color previews
#af9cd8 text on a black background
contrast 8.57:1
Card sample
#af9cd8 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cd8;
Background color
Panel with #af9cd8 background
background-color: #af9cd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cd8; background: linear-gradient(135deg, #af9cd8, #D79CD8);