#af35cd
a balanced, vivid violet · warm · closest name: purple
RGB
175, 53, 205
HSL
288°, 60%, 51%
CMYK
15, 74, 0, 20
Luminance
0.1607
Every format
| HEX | #af35cd |
| RGB | rgb(175, 53, 205) |
| HSL | hsl(288, 60%, 51%) |
| CMYK | cmyk(15%, 74%, 0%, 20%) |
| LAB | lab(47.1 68.5 -54.6) |
| LCH | lch(47.1 87.6 321.5) |
| OKLCH | oklch(0.574 0.233 318.8) |
Copy-ready code
/* CSS */
color: #af35cd;
background-color: #af35cd;
/* Tailwind (arbitrary) */
class="text-[#af35cd] bg-[#af35cd]"
/* SCSS */
$brand: #af35cd;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.804)
/* Android */
Color.parseColor("#af35cd")Accessibility — WCAG contrast
Aa
#af35cd on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35cd on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta74.1%
Yellow0.0%
Key (black)19.6%
Color previews
#af35cd text on a black background
contrast 4.21:1
Card sample
#af35cd text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35cd;
Background color
Panel with #af35cd background
background-color: #af35cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35cd; background: linear-gradient(135deg, #af35cd, #CD3586);