#af8fe9
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 233
HSL
261°, 67%, 74%
CMYK
25, 39, 0, 9
Luminance
0.3464
Every format
| HEX | #af8fe9 |
| RGB | rgb(175, 143, 233) |
| HSL | hsl(261, 67%, 74%) |
| CMYK | cmyk(25%, 39%, 0%, 9%) |
| LAB | lab(65.5 30.3 -41.2) |
| LCH | lch(65.5 51.1 306.4) |
| OKLCH | oklch(0.714 0.132 299.4) |
Copy-ready code
/* CSS */
color: #af8fe9;
background-color: #af8fe9;
/* Tailwind (arbitrary) */
class="text-[#af8fe9] bg-[#af8fe9]"
/* SCSS */
$brand: #af8fe9;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.914)
/* Android */
Color.parseColor("#af8fe9")Accessibility — WCAG contrast
Aa
#af8fe9 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fe9 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta38.6%
Yellow0.0%
Key (black)8.6%
Color previews
#af8fe9 text on a black background
contrast 7.93:1
Card sample
#af8fe9 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fe9;
Background color
Panel with #af8fe9 background
background-color: #af8fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fe9; background: linear-gradient(135deg, #af8fe9, #E98FE7);