#af8ce0
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 224
HSL
265°, 58%, 71%
CMYK
22, 38, 0, 12
Luminance
0.3325
Every format
| HEX | #af8ce0 |
| RGB | rgb(175, 140, 224) |
| HSL | hsl(265, 58%, 71%) |
| CMYK | cmyk(22%, 38%, 0%, 12%) |
| LAB | lab(64.4 29.9 -37.9) |
| LCH | lch(64.4 48.3 308.2) |
| OKLCH | oklch(0.705 0.125 302.5) |
Copy-ready code
/* CSS */
color: #af8ce0;
background-color: #af8ce0;
/* Tailwind (arbitrary) */
class="text-[#af8ce0] bg-[#af8ce0]"
/* SCSS */
$brand: #af8ce0;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.878)
/* Android */
Color.parseColor("#af8ce0")Accessibility — WCAG contrast
Aa
#af8ce0 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ce0 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta37.5%
Yellow0.0%
Key (black)12.2%
Color previews
#af8ce0 text on a black background
contrast 7.65:1
Card sample
#af8ce0 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ce0;
Background color
Panel with #af8ce0 background
background-color: #af8ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ce0; background: linear-gradient(135deg, #af8ce0, #E08CD9);