#b86fcf
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 111, 207
HSL
286°, 50%, 62%
CMYK
11, 46, 0, 19
Luminance
0.2606
Every format
| HEX | #b86fcf |
| RGB | rgb(184, 111, 207) |
| HSL | hsl(286, 50%, 62%) |
| CMYK | cmyk(11%, 46%, 0%, 19%) |
| LAB | lab(58.1 44.7 -38.1) |
| LCH | lch(58.1 58.8 319.6) |
| OKLCH | oklch(0.657 0.157 317.7) |
Copy-ready code
/* CSS */
color: #b86fcf;
background-color: #b86fcf;
/* Tailwind (arbitrary) */
class="text-[#b86fcf] bg-[#b86fcf]"
/* SCSS */
$brand: #b86fcf;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.812)
/* Android */
Color.parseColor("#b86fcf")Accessibility — WCAG contrast
Aa
#b86fcf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fcf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta46.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b86fcf text on a black background
contrast 6.21:1
Card sample
#b86fcf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fcf;
Background color
Panel with #b86fcf background
background-color: #b86fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fcf; background: linear-gradient(135deg, #b86fcf, #CF6FA6);