#af8ce9
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 233
HSL
263°, 68%, 73%
CMYK
25, 40, 0, 9
Luminance
0.3375
Every format
| HEX | #af8ce9 |
| RGB | rgb(175, 140, 233) |
| HSL | hsl(263, 68%, 73%) |
| CMYK | cmyk(25%, 40%, 0%, 9%) |
| LAB | lab(64.8 32.0 -42.3) |
| LCH | lch(64.8 53.0 307.1) |
| OKLCH | oklch(0.709 0.136 300.3) |
Copy-ready code
/* CSS */
color: #af8ce9;
background-color: #af8ce9;
/* Tailwind (arbitrary) */
class="text-[#af8ce9] bg-[#af8ce9]"
/* SCSS */
$brand: #af8ce9;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.914)
/* Android */
Color.parseColor("#af8ce9")Accessibility — WCAG contrast
Aa
#af8ce9 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ce9 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta39.9%
Yellow0.0%
Key (black)8.6%
Color previews
#af8ce9 text on a black background
contrast 7.75:1
Card sample
#af8ce9 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ce9;
Background color
Panel with #af8ce9 background
background-color: #af8ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ce9; background: linear-gradient(135deg, #af8ce9, #E98CE5);