#af6dce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 109, 206
HSL
281°, 50%, 62%
CMYK
15, 47, 0, 19
Luminance
0.2451
Every format
| HEX | #af6dce |
| RGB | rgb(175, 109, 206) |
| HSL | hsl(281, 50%, 62%) |
| CMYK | cmyk(15%, 47%, 0%, 19%) |
| LAB | lab(56.6 43.0 -40.0) |
| LCH | lch(56.6 58.7 317.1) |
| OKLCH | oklch(0.643 0.155 314.1) |
Copy-ready code
/* CSS */
color: #af6dce;
background-color: #af6dce;
/* Tailwind (arbitrary) */
class="text-[#af6dce] bg-[#af6dce]"
/* SCSS */
$brand: #af6dce;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.808)
/* Android */
Color.parseColor("#af6dce")Accessibility — WCAG contrast
Aa
#af6dce on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dce on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta47.1%
Yellow0.0%
Key (black)19.2%
Color previews
#af6dce text on a black background
contrast 5.90:1
Card sample
#af6dce text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dce;
Background color
Panel with #af6dce background
background-color: #af6dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dce; background: linear-gradient(135deg, #af6dce, #CE6DAC);