#af8bc6
a light, soft violet · warm · closest name: plum
RGB
175, 139, 198
HSL
277°, 34%, 66%
CMYK
12, 30, 0, 22
Luminance
0.3166
Every format
| HEX | #af8bc6 |
| RGB | rgb(175, 139, 198) |
| HSL | hsl(277, 34%, 66%) |
| CMYK | cmyk(12%, 30%, 0%, 22%) |
| LAB | lab(63.1 24.6 -25.4) |
| LCH | lch(63.1 35.4 314.1) |
| OKLCH | oklch(0.691 0.093 311.8) |
Copy-ready code
/* CSS */
color: #af8bc6;
background-color: #af8bc6;
/* Tailwind (arbitrary) */
class="text-[#af8bc6] bg-[#af8bc6]"
/* SCSS */
$brand: #af8bc6;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.776)
/* Android */
Color.parseColor("#af8bc6")Accessibility — WCAG contrast
Aa
#af8bc6 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bc6 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta29.8%
Yellow0.0%
Key (black)22.4%
Color previews
#af8bc6 text on a black background
contrast 7.33:1
Card sample
#af8bc6 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bc6;
Background color
Panel with #af8bc6 background
background-color: #af8bc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bc6; background: linear-gradient(135deg, #af8bc6, #C68BB6);