#af3cd0
a balanced, vivid violet · warm · closest name: purple
RGB
175, 60, 208
HSL
287°, 61%, 53%
CMYK
16, 71, 0, 18
Luminance
0.1690
Every format
| HEX | #af3cd0 |
| RGB | rgb(175, 60, 208) |
| HSL | hsl(287, 61%, 53%) |
| CMYK | cmyk(16%, 71%, 0%, 18%) |
| LAB | lab(48.1 66.5 -54.6) |
| LCH | lch(48.1 86.0 320.6) |
| OKLCH | oklch(0.582 0.228 317.6) |
Copy-ready code
/* CSS */
color: #af3cd0;
background-color: #af3cd0;
/* Tailwind (arbitrary) */
class="text-[#af3cd0] bg-[#af3cd0]"
/* SCSS */
$brand: #af3cd0;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.816)
/* Android */
Color.parseColor("#af3cd0")Accessibility — WCAG contrast
Aa
#af3cd0 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3cd0 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta71.2%
Yellow0.0%
Key (black)18.4%
Color previews
#af3cd0 text on a black background
contrast 4.38:1
Card sample
#af3cd0 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cd0;
Background color
Panel with #af3cd0 background
background-color: #af3cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cd0; background: linear-gradient(135deg, #af3cd0, #D03C8E);