#af53c4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 83, 196
HSL
289°, 49%, 55%
CMYK
11, 58, 0, 23
Luminance
0.1929
Every format
| HEX | #af53c4 |
| RGB | rgb(175, 83, 196) |
| HSL | hsl(289, 49%, 55%) |
| CMYK | cmyk(11%, 58%, 0%, 23%) |
| LAB | lab(51.0 54.3 -43.1) |
| LCH | lch(51.0 69.3 321.6) |
| OKLCH | oklch(0.601 0.186 319.8) |
Copy-ready code
/* CSS */
color: #af53c4;
background-color: #af53c4;
/* Tailwind (arbitrary) */
class="text-[#af53c4] bg-[#af53c4]"
/* SCSS */
$brand: #af53c4;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.769)
/* Android */
Color.parseColor("#af53c4")Accessibility — WCAG contrast
Aa
#af53c4 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53c4 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta57.7%
Yellow0.0%
Key (black)23.1%
Color previews
#af53c4 text on a black background
contrast 4.86:1
Card sample
#af53c4 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53c4;
Background color
Panel with #af53c4 background
background-color: #af53c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53c4; background: linear-gradient(135deg, #af53c4, #C4538E);