#af52cb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 82, 203
HSL
286°, 54%, 56%
CMYK
14, 60, 0, 20
Luminance
0.1946
Every format
| HEX | #af52cb |
| RGB | rgb(175, 82, 203) |
| HSL | hsl(286, 54%, 56%) |
| CMYK | cmyk(14%, 60%, 0%, 20%) |
| LAB | lab(51.2 56.2 -46.8) |
| LCH | lch(51.2 73.1 320.2) |
| OKLCH | oklch(0.604 0.194 317.7) |
Copy-ready code
/* CSS */
color: #af52cb;
background-color: #af52cb;
/* Tailwind (arbitrary) */
class="text-[#af52cb] bg-[#af52cb]"
/* SCSS */
$brand: #af52cb;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.796)
/* Android */
Color.parseColor("#af52cb")Accessibility — WCAG contrast
Aa
#af52cb on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52cb on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta59.6%
Yellow0.0%
Key (black)20.4%
Color previews
#af52cb text on a black background
contrast 4.89:1
Card sample
#af52cb text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52cb;
Background color
Panel with #af52cb background
background-color: #af52cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52cb; background: linear-gradient(135deg, #af52cb, #CB5296);