#af8ce3
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 227
HSL
264°, 61%, 72%
CMYK
23, 38, 0, 11
Luminance
0.3342
Every format
| HEX | #af8ce3 |
| RGB | rgb(175, 140, 227) |
| HSL | hsl(264, 61%, 72%) |
| CMYK | cmyk(23%, 38%, 0%, 11%) |
| LAB | lab(64.5 30.6 -39.4) |
| LCH | lch(64.5 49.8 307.8) |
| OKLCH | oklch(0.706 0.129 301.7) |
Copy-ready code
/* CSS */
color: #af8ce3;
background-color: #af8ce3;
/* Tailwind (arbitrary) */
class="text-[#af8ce3] bg-[#af8ce3]"
/* SCSS */
$brand: #af8ce3;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.890)
/* Android */
Color.parseColor("#af8ce3")Accessibility — WCAG contrast
Aa
#af8ce3 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ce3 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta38.3%
Yellow0.0%
Key (black)11.0%
Color previews
#af8ce3 text on a black background
contrast 7.68:1
Card sample
#af8ce3 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ce3;
Background color
Panel with #af8ce3 background
background-color: #af8ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ce3; background: linear-gradient(135deg, #af8ce3, #E38CDD);