#af50c4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 80, 196
HSL
289°, 50%, 54%
CMYK
11, 59, 0, 23
Luminance
0.1884
Every format
| HEX | #af50c4 |
| RGB | rgb(175, 80, 196) |
| HSL | hsl(289, 50%, 54%) |
| CMYK | cmyk(11%, 59%, 0%, 23%) |
| LAB | lab(50.5 55.7 -43.9) |
| LCH | lch(50.5 70.9 321.8) |
| OKLCH | oklch(0.597 0.190 320.0) |
Copy-ready code
/* CSS */
color: #af50c4;
background-color: #af50c4;
/* Tailwind (arbitrary) */
class="text-[#af50c4] bg-[#af50c4]"
/* SCSS */
$brand: #af50c4;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.769)
/* Android */
Color.parseColor("#af50c4")Accessibility — WCAG contrast
Aa
#af50c4 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af50c4 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta59.2%
Yellow0.0%
Key (black)23.1%
Color previews
#af50c4 text on a black background
contrast 4.77:1
Card sample
#af50c4 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af50c4;
Background color
Panel with #af50c4 background
background-color: #af50c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af50c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af50c4; background: linear-gradient(135deg, #af50c4, #C4508C);