#af38dc
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 56, 220
HSL
284°, 70%, 54%
CMYK
21, 75, 0, 14
Luminance
0.1711
Every format
| HEX | #af38dc |
| RGB | rgb(175, 56, 220) |
| HSL | hsl(284, 70%, 54%) |
| CMYK | cmyk(21%, 75%, 0%, 14%) |
| LAB | lab(48.4 70.3 -61.0) |
| LCH | lch(48.4 93.1 319.0) |
| OKLCH | oklch(0.587 0.242 314.7) |
Copy-ready code
/* CSS */
color: #af38dc;
background-color: #af38dc;
/* Tailwind (arbitrary) */
class="text-[#af38dc] bg-[#af38dc]"
/* SCSS */
$brand: #af38dc;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.863)
/* Android */
Color.parseColor("#af38dc")Accessibility — WCAG contrast
Aa
#af38dc on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af38dc on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta74.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af38dc text on a black background
contrast 4.42:1
Card sample
#af38dc text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af38dc;
Background color
Panel with #af38dc background
background-color: #af38dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af38dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af38dc; background: linear-gradient(135deg, #af38dc, #DC389C);