#af50d8
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 80, 216
HSL
282°, 64%, 58%
CMYK
19, 63, 0, 15
Luminance
0.1981
Every format
| HEX | #af50d8 |
| RGB | rgb(175, 80, 216) |
| HSL | hsl(282, 64%, 58%) |
| CMYK | cmyk(19%, 63%, 0%, 15%) |
| LAB | lab(51.6 59.7 -53.6) |
| LCH | lch(51.6 80.2 318.1) |
| OKLCH | oklch(0.609 0.210 314.2) |
Copy-ready code
/* CSS */
color: #af50d8;
background-color: #af50d8;
/* Tailwind (arbitrary) */
class="text-[#af50d8] bg-[#af50d8]"
/* SCSS */
$brand: #af50d8;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.847)
/* Android */
Color.parseColor("#af50d8")Accessibility — WCAG contrast
Aa
#af50d8 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af50d8 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta63.0%
Yellow0.0%
Key (black)15.3%
Color previews
#af50d8 text on a black background
contrast 4.96:1
Card sample
#af50d8 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af50d8;
Background color
Panel with #af50d8 background
background-color: #af50d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af50d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af50d8; background: linear-gradient(135deg, #af50d8, #D850A6);