#af3ac8
a balanced, vivid violet · warm · closest name: purple
RGB
175, 58, 200
HSL
289°, 56%, 51%
CMYK
13, 71, 0, 22
Luminance
0.1631
Every format
| HEX | #af3ac8 |
| RGB | rgb(175, 58, 200) |
| HSL | hsl(289, 56%, 51%) |
| CMYK | cmyk(13%, 71%, 0%, 22%) |
| LAB | lab(47.4 65.8 -51.2) |
| LCH | lch(47.4 83.3 322.1) |
| OKLCH | oklch(0.575 0.223 320.0) |
Copy-ready code
/* CSS */
color: #af3ac8;
background-color: #af3ac8;
/* Tailwind (arbitrary) */
class="text-[#af3ac8] bg-[#af3ac8]"
/* SCSS */
$brand: #af3ac8;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.784)
/* Android */
Color.parseColor("#af3ac8")Accessibility — WCAG contrast
Aa
#af3ac8 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ac8 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue78.4%
CMYK percentages
Cyan12.5%
Magenta71.0%
Yellow0.0%
Key (black)21.6%
Color previews
#af3ac8 text on a black background
contrast 4.26:1
Card sample
#af3ac8 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ac8;
Background color
Panel with #af3ac8 background
background-color: #af3ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ac8; background: linear-gradient(135deg, #af3ac8, #C83A82);