#af35da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 53, 218
HSL
284°, 69%, 53%
CMYK
20, 76, 0, 15
Luminance
0.1672
Every format
| HEX | #af35da |
| RGB | rgb(175, 53, 218) |
| HSL | hsl(284, 69%, 53%) |
| CMYK | cmyk(20%, 76%, 0%, 15%) |
| LAB | lab(47.9 70.9 -60.7) |
| LCH | lch(47.9 93.3 319.5) |
| OKLCH | oklch(0.583 0.243 315.4) |
Copy-ready code
/* CSS */
color: #af35da;
background-color: #af35da;
/* Tailwind (arbitrary) */
class="text-[#af35da] bg-[#af35da]"
/* SCSS */
$brand: #af35da;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.855)
/* Android */
Color.parseColor("#af35da")Accessibility — WCAG contrast
Aa
#af35da on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35da on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta75.7%
Yellow0.0%
Key (black)14.5%
Color previews
#af35da text on a black background
contrast 4.34:1
Card sample
#af35da text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35da;
Background color
Panel with #af35da background
background-color: #af35da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35da; background: linear-gradient(135deg, #af35da, #DA3597);