#af88ce
a light, soft violet · warm · closest name: plum
RGB
175, 136, 206
HSL
273°, 42%, 67%
CMYK
15, 34, 0, 19
Luminance
0.3118
Every format
| HEX | #af88ce |
| RGB | rgb(175, 136, 206) |
| HSL | hsl(273, 42%, 67%) |
| CMYK | cmyk(15%, 34%, 0%, 19%) |
| LAB | lab(62.7 28.1 -30.5) |
| LCH | lch(62.7 41.5 312.6) |
| OKLCH | oklch(0.689 0.108 309.3) |
Copy-ready code
/* CSS */
color: #af88ce;
background-color: #af88ce;
/* Tailwind (arbitrary) */
class="text-[#af88ce] bg-[#af88ce]"
/* SCSS */
$brand: #af88ce;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.808)
/* Android */
Color.parseColor("#af88ce")Accessibility — WCAG contrast
Aa
#af88ce on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af88ce on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta34.0%
Yellow0.0%
Key (black)19.2%
Color previews
#af88ce text on a black background
contrast 7.24:1
Card sample
#af88ce text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af88ce;
Background color
Panel with #af88ce background
background-color: #af88ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af88ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af88ce; background: linear-gradient(135deg, #af88ce, #CE88BE);