#af97e2
a light, vivid violet · warm · closest name: plum
RGB
175, 151, 226
HSL
259°, 56%, 74%
CMYK
23, 33, 0, 11
Luminance
0.3674
Every format
| HEX | #af97e2 |
| RGB | rgb(175, 151, 226) |
| HSL | hsl(259, 56%, 74%) |
| CMYK | cmyk(23%, 33%, 0%, 11%) |
| LAB | lab(67.1 24.1 -34.8) |
| LCH | lch(67.1 42.3 304.8) |
| OKLCH | oklch(0.726 0.109 298.3) |
Copy-ready code
/* CSS */
color: #af97e2;
background-color: #af97e2;
/* Tailwind (arbitrary) */
class="text-[#af97e2] bg-[#af97e2]"
/* SCSS */
$brand: #af97e2;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.886)
/* Android */
Color.parseColor("#af97e2")Accessibility — WCAG contrast
Aa
#af97e2 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97e2 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta33.2%
Yellow0.0%
Key (black)11.4%
Color previews
#af97e2 text on a black background
contrast 8.35:1
Card sample
#af97e2 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97e2;
Background color
Panel with #af97e2 background
background-color: #af97e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97e2; background: linear-gradient(135deg, #af97e2, #E197E2);