#af77da
a light, vivid violet · warm · closest name: orchid
RGB
175, 119, 218
HSL
274°, 57%, 66%
CMYK
20, 45, 0, 15
Luminance
0.2737
Every format
| HEX | #af77da |
| RGB | rgb(175, 119, 218) |
| HSL | hsl(274, 57%, 66%) |
| CMYK | cmyk(20%, 45%, 0%, 15%) |
| LAB | lab(59.3 40.2 -42.5) |
| LCH | lch(59.3 58.5 313.4) |
| OKLCH | oklch(0.666 0.152 308.9) |
Copy-ready code
/* CSS */
color: #af77da;
background-color: #af77da;
/* Tailwind (arbitrary) */
class="text-[#af77da] bg-[#af77da]"
/* SCSS */
$brand: #af77da;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#af77da")Accessibility — WCAG contrast
Aa
#af77da on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77da on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#af77da text on a black background
contrast 6.47:1
Card sample
#af77da text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77da;
Background color
Panel with #af77da background
background-color: #af77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77da; background: linear-gradient(135deg, #af77da, #DA77C3);