#af3ec6
a balanced, vivid violet · warm · closest name: purple
RGB
175, 62, 198
HSL
290°, 54%, 51%
CMYK
12, 69, 0, 22
Luminance
0.1664
Every format
| HEX | #af3ec6 |
| RGB | rgb(175, 62, 198) |
| HSL | hsl(290, 54%, 51%) |
| CMYK | cmyk(12%, 69%, 0%, 22%) |
| LAB | lab(47.8 63.9 -49.4) |
| LCH | lch(47.8 80.7 322.3) |
| OKLCH | oklch(0.578 0.216 320.4) |
Copy-ready code
/* CSS */
color: #af3ec6;
background-color: #af3ec6;
/* Tailwind (arbitrary) */
class="text-[#af3ec6] bg-[#af3ec6]"
/* SCSS */
$brand: #af3ec6;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.776)
/* Android */
Color.parseColor("#af3ec6")Accessibility — WCAG contrast
Aa
#af3ec6 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ec6 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta68.7%
Yellow0.0%
Key (black)22.4%
Color previews
#af3ec6 text on a black background
contrast 4.33:1
Card sample
#af3ec6 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ec6;
Background color
Panel with #af3ec6 background
background-color: #af3ec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ec6; background: linear-gradient(135deg, #af3ec6, #C63E82);