#af6bda
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 107, 218
HSL
277°, 60%, 64%
CMYK
20, 51, 0, 15
Luminance
0.2469
Every format
| HEX | #af6bda |
| RGB | rgb(175, 107, 218) |
| HSL | hsl(277, 60%, 64%) |
| CMYK | cmyk(20%, 51%, 0%, 15%) |
| LAB | lab(56.8 46.7 -46.5) |
| LCH | lch(56.8 65.9 315.1) |
| OKLCH | oklch(0.647 0.172 310.7) |
Copy-ready code
/* CSS */
color: #af6bda;
background-color: #af6bda;
/* Tailwind (arbitrary) */
class="text-[#af6bda] bg-[#af6bda]"
/* SCSS */
$brand: #af6bda;
/* SwiftUI */
Color(red: 0.686, green: 0.420, blue: 0.855)
/* Android */
Color.parseColor("#af6bda")Accessibility — WCAG contrast
Aa
#af6bda on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6bda on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.0%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta50.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af6bda text on a black background
contrast 5.94:1
Card sample
#af6bda text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6bda;
Background color
Panel with #af6bda background
background-color: #af6bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 107, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 107, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6bda; background: linear-gradient(135deg, #af6bda, #DA6BBB);