#af56da
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 86, 218
HSL
281°, 64%, 60%
CMYK
20, 61, 0, 15
Luminance
0.2083
Every format
| HEX | #af56da |
| RGB | rgb(175, 86, 218) |
| HSL | hsl(281, 64%, 60%) |
| CMYK | cmyk(20%, 61%, 0%, 15%) |
| LAB | lab(52.8 57.3 -52.9) |
| LCH | lch(52.8 78.0 317.3) |
| OKLCH | oklch(0.617 0.203 313.1) |
Copy-ready code
/* CSS */
color: #af56da;
background-color: #af56da;
/* Tailwind (arbitrary) */
class="text-[#af56da] bg-[#af56da]"
/* SCSS */
$brand: #af56da;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.855)
/* Android */
Color.parseColor("#af56da")Accessibility — WCAG contrast
Aa
#af56da on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af56da on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta60.6%
Yellow0.0%
Key (black)14.5%
Color previews
#af56da text on a black background
contrast 5.17:1
Card sample
#af56da text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af56da;
Background color
Panel with #af56da background
background-color: #af56da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af56da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af56da; background: linear-gradient(135deg, #af56da, #DA56AD);