#af35cb
a balanced, vivid violet · warm · closest name: purple
RGB
175, 53, 203
HSL
289°, 59%, 50%
CMYK
14, 74, 0, 20
Luminance
0.1597
Every format
| HEX | #af35cb |
| RGB | rgb(175, 53, 203) |
| HSL | hsl(289, 59%, 50%) |
| CMYK | cmyk(14%, 74%, 0%, 20%) |
| LAB | lab(46.9 68.1 -53.6) |
| LCH | lch(46.9 86.7 321.8) |
| OKLCH | oklch(0.573 0.231 319.3) |
Copy-ready code
/* CSS */
color: #af35cb;
background-color: #af35cb;
/* Tailwind (arbitrary) */
class="text-[#af35cb] bg-[#af35cb]"
/* SCSS */
$brand: #af35cb;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.796)
/* Android */
Color.parseColor("#af35cb")Accessibility — WCAG contrast
Aa
#af35cb on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af35cb on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta73.9%
Yellow0.0%
Key (black)20.4%
Color previews
#af35cb text on a black background
contrast 4.19:1
Card sample
#af35cb text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af35cb;
Background color
Panel with #af35cb background
background-color: #af35cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af35cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af35cb; background: linear-gradient(135deg, #af35cb, #CB3583);