#a86fcd
a balanced, vivid violet · warm · closest name: orchid
RGB
168, 111, 205
HSL
276°, 49%, 62%
CMYK
18, 46, 0, 20
Luminance
0.2410
Every format
| HEX | #a86fcd |
| RGB | rgb(168, 111, 205) |
| HSL | hsl(276, 49%, 62%) |
| CMYK | cmyk(18%, 46%, 0%, 20%) |
| LAB | lab(56.2 39.7 -40.1) |
| LCH | lch(56.2 56.5 314.7) |
| OKLCH | oklch(0.639 0.147 310.8) |
Copy-ready code
/* CSS */
color: #a86fcd;
background-color: #a86fcd;
/* Tailwind (arbitrary) */
class="text-[#a86fcd] bg-[#a86fcd]"
/* SCSS */
$brand: #a86fcd;
/* SwiftUI */
Color(red: 0.659, green: 0.435, blue: 0.804)
/* Android */
Color.parseColor("#a86fcd")Accessibility — WCAG contrast
Aa
#a86fcd on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86fcd on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green43.5%
Blue80.4%
CMYK percentages
Cyan18.0%
Magenta45.9%
Yellow0.0%
Key (black)19.6%
Color previews
#a86fcd text on a black background
contrast 5.82:1
Card sample
#a86fcd text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86fcd;
Background color
Panel with #a86fcd background
background-color: #a86fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 111, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 111, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86fcd; background: linear-gradient(135deg, #a86fcd, #CD6FB3);