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