#af8bc9
a light, soft violet · warm · closest name: plum
RGB
175, 139, 201
HSL
275°, 37%, 67%
CMYK
13, 31, 0, 21
Luminance
0.3180
Every format
| HEX | #af8bc9 |
| RGB | rgb(175, 139, 201) |
| HSL | hsl(275, 37%, 67%) |
| CMYK | cmyk(13%, 31%, 0%, 21%) |
| LAB | lab(63.2 25.3 -26.9) |
| LCH | lch(63.2 36.9 313.2) |
| OKLCH | oklch(0.693 0.097 310.5) |
Copy-ready code
/* CSS */
color: #af8bc9;
background-color: #af8bc9;
/* Tailwind (arbitrary) */
class="text-[#af8bc9] bg-[#af8bc9]"
/* SCSS */
$brand: #af8bc9;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.788)
/* Android */
Color.parseColor("#af8bc9")Accessibility — WCAG contrast
Aa
#af8bc9 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bc9 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta30.8%
Yellow0.0%
Key (black)21.2%
Color previews
#af8bc9 text on a black background
contrast 7.36:1
Card sample
#af8bc9 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bc9;
Background color
Panel with #af8bc9 background
background-color: #af8bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bc9; background: linear-gradient(135deg, #af8bc9, #C98BBA);