#af9bcf
a light, soft violet · warm · closest name: plum
RGB
175, 155, 207
HSL
263°, 35%, 71%
CMYK
16, 25, 0, 19
Luminance
0.3706
Every format
| HEX | #af9bcf |
| RGB | rgb(175, 155, 207) |
| HSL | hsl(263, 35%, 71%) |
| CMYK | cmyk(16%, 25%, 0%, 19%) |
| LAB | lab(67.3 17.6 -23.9) |
| LCH | lch(67.3 29.7 306.4) |
| OKLCH | oklch(0.725 0.077 302.1) |
Copy-ready code
/* CSS */
color: #af9bcf;
background-color: #af9bcf;
/* Tailwind (arbitrary) */
class="text-[#af9bcf] bg-[#af9bcf]"
/* SCSS */
$brand: #af9bcf;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#af9bcf")Accessibility — WCAG contrast
Aa
#af9bcf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9bcf on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta25.1%
Yellow0.0%
Key (black)18.8%
Color previews
#af9bcf text on a black background
contrast 8.41:1
Card sample
#af9bcf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9bcf;
Background color
Panel with #af9bcf background
background-color: #af9bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9bcf; background: linear-gradient(135deg, #af9bcf, #CF9BCC);