#af8ae4
a light, vivid violet · warm · closest name: plum
RGB
175, 138, 228
HSL
265°, 63%, 72%
CMYK
23, 40, 0, 11
Luminance
0.3289
Every format
| HEX | #af8ae4 |
| RGB | rgb(175, 138, 228) |
| HSL | hsl(265, 63%, 72%) |
| CMYK | cmyk(23%, 40%, 0%, 11%) |
| LAB | lab(64.1 31.9 -40.6) |
| LCH | lch(64.1 51.6 308.2) |
| OKLCH | oklch(0.703 0.133 302.0) |
Copy-ready code
/* CSS */
color: #af8ae4;
background-color: #af8ae4;
/* Tailwind (arbitrary) */
class="text-[#af8ae4] bg-[#af8ae4]"
/* SCSS */
$brand: #af8ae4;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.894)
/* Android */
Color.parseColor("#af8ae4")Accessibility — WCAG contrast
Aa
#af8ae4 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ae4 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta39.5%
Yellow0.0%
Key (black)10.6%
Color previews
#af8ae4 text on a black background
contrast 7.58:1
Card sample
#af8ae4 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ae4;
Background color
Panel with #af8ae4 background
background-color: #af8ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ae4; background: linear-gradient(135deg, #af8ae4, #E48ADD);