#af35e2
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 53, 226
HSL
282°, 75%, 55%
CMYK
23, 77, 0, 11
Luminance
0.1715
Every format
| HEX | #af35e2 |
| RGB | rgb(175, 53, 226) |
| HSL | hsl(282, 75%, 55%) |
| CMYK | cmyk(23%, 77%, 0%, 11%) |
| LAB | lab(48.5 72.5 -64.3) |
| LCH | lch(48.5 96.9 318.4) |
| OKLCH | oklch(0.588 0.250 313.4) |
Copy-ready code
/* CSS */
color: #af35e2;
background-color: #af35e2;
/* Tailwind (arbitrary) */
class="text-[#af35e2] bg-[#af35e2]"
/* SCSS */
$brand: #af35e2;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.886)
/* Android */
Color.parseColor("#af35e2")Accessibility — WCAG contrast
Aa
#af35e2 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35e2 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta76.5%
Yellow0.0%
Key (black)11.4%
Color previews
#af35e2 text on a black background
contrast 4.43:1
Card sample
#af35e2 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35e2;
Background color
Panel with #af35e2 background
background-color: #af35e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35e2; background: linear-gradient(135deg, #af35e2, #E235A2);