#af34ce
a balanced, vivid violet · warm · closest name: purple
RGB
175, 52, 206
HSL
288°, 61%, 51%
CMYK
15, 75, 0, 19
Luminance
0.1603
Every format
| HEX | #af34ce |
| RGB | rgb(175, 52, 206) |
| HSL | hsl(288, 61%, 51%) |
| CMYK | cmyk(15%, 75%, 0%, 19%) |
| LAB | lab(47.0 69.0 -55.2) |
| LCH | lch(47.0 88.4 321.3) |
| OKLCH | oklch(0.574 0.234 318.5) |
Copy-ready code
/* CSS */
color: #af34ce;
background-color: #af34ce;
/* Tailwind (arbitrary) */
class="text-[#af34ce] bg-[#af34ce]"
/* SCSS */
$brand: #af34ce;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.808)
/* Android */
Color.parseColor("#af34ce")Accessibility — WCAG contrast
Aa
#af34ce on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34ce on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta74.8%
Yellow0.0%
Key (black)19.2%
Color previews
#af34ce text on a black background
contrast 4.21:1
Card sample
#af34ce text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34ce;
Background color
Panel with #af34ce background
background-color: #af34ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34ce; background: linear-gradient(135deg, #af34ce, #CE3486);