#af3dce
a balanced, vivid violet · warm · closest name: purple
RGB
175, 61, 206
HSL
287°, 60%, 52%
CMYK
15, 70, 0, 19
Luminance
0.1691
Every format
| HEX | #af3dce |
| RGB | rgb(175, 61, 206) |
| HSL | hsl(287, 60%, 52%) |
| CMYK | cmyk(15%, 70%, 0%, 19%) |
| LAB | lab(48.1 65.8 -53.4) |
| LCH | lch(48.1 84.7 320.9) |
| OKLCH | oklch(0.582 0.225 318.1) |
Copy-ready code
/* CSS */
color: #af3dce;
background-color: #af3dce;
/* Tailwind (arbitrary) */
class="text-[#af3dce] bg-[#af3dce]"
/* SCSS */
$brand: #af3dce;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 0.808)
/* Android */
Color.parseColor("#af3dce")Accessibility — WCAG contrast
Aa
#af3dce on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3dce on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta70.4%
Yellow0.0%
Key (black)19.2%
Color previews
#af3dce text on a black background
contrast 4.38:1
Card sample
#af3dce text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3dce;
Background color
Panel with #af3dce background
background-color: #af3dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3dce; background: linear-gradient(135deg, #af3dce, #CE3D8C);