#af56dc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 86, 220
HSL
280°, 66%, 60%
CMYK
21, 61, 0, 14
Luminance
0.2094
Every format
| HEX | #af56dc |
| RGB | rgb(175, 86, 220) |
| HSL | hsl(280, 66%, 60%) |
| CMYK | cmyk(21%, 61%, 0%, 14%) |
| LAB | lab(52.9 57.8 -53.8) |
| LCH | lch(52.9 79.0 317.0) |
| OKLCH | oklch(0.619 0.205 312.6) |
Copy-ready code
/* CSS */
color: #af56dc;
background-color: #af56dc;
/* Tailwind (arbitrary) */
class="text-[#af56dc] bg-[#af56dc]"
/* SCSS */
$brand: #af56dc;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.863)
/* Android */
Color.parseColor("#af56dc")Accessibility — WCAG contrast
Aa
#af56dc on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af56dc on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta60.9%
Yellow0.0%
Key (black)13.7%
Color previews
#af56dc text on a black background
contrast 5.19:1
Card sample
#af56dc text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af56dc;
Background color
Panel with #af56dc background
background-color: #af56dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af56dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af56dc; background: linear-gradient(135deg, #af56dc, #DC56B0);