#a86fcf
a balanced, vivid violet · warm · closest name: orchid
RGB
168, 111, 207
HSL
276°, 50%, 62%
CMYK
19, 46, 0, 19
Luminance
0.2420
Every format
| HEX | #a86fcf |
| RGB | rgb(168, 111, 207) |
| HSL | hsl(276, 50%, 62%) |
| CMYK | cmyk(19%, 46%, 0%, 19%) |
| LAB | lab(56.3 40.2 -41.1) |
| LCH | lch(56.3 57.5 314.4) |
| OKLCH | oklch(0.640 0.150 310.2) |
Copy-ready code
/* CSS */
color: #a86fcf;
background-color: #a86fcf;
/* Tailwind (arbitrary) */
class="text-[#a86fcf] bg-[#a86fcf]"
/* SCSS */
$brand: #a86fcf;
/* SwiftUI */
Color(red: 0.659, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#a86fcf")Accessibility — WCAG contrast
Aa
#a86fcf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a86fcf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green43.5%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta46.4%
Yellow0.0%
Key (black)18.8%
Color previews
#a86fcf text on a black background
contrast 5.84:1
Card sample
#a86fcf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a86fcf;
Background color
Panel with #a86fcf background
background-color: #a86fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a86fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a86fcf; background: linear-gradient(135deg, #a86fcf, #CF6FB6);