#b86fcb
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 111, 203
HSL
288°, 47%, 62%
CMYK
9, 45, 0, 20
Luminance
0.2587
Every format
| HEX | #b86fcb |
| RGB | rgb(184, 111, 203) |
| HSL | hsl(288, 47%, 62%) |
| CMYK | cmyk(9%, 45%, 0%, 20%) |
| LAB | lab(57.9 43.9 -36.1) |
| LCH | lch(57.9 56.9 320.6) |
| OKLCH | oklch(0.655 0.152 319.1) |
Copy-ready code
/* CSS */
color: #b86fcb;
background-color: #b86fcb;
/* Tailwind (arbitrary) */
class="text-[#b86fcb] bg-[#b86fcb]"
/* SCSS */
$brand: #b86fcb;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.796)
/* Android */
Color.parseColor("#b86fcb")Accessibility — WCAG contrast
Aa
#b86fcb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fcb on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue79.6%
CMYK percentages
Cyan9.4%
Magenta45.3%
Yellow0.0%
Key (black)20.4%
Color previews
#b86fcb text on a black background
contrast 6.17:1
Card sample
#b86fcb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fcb;
Background color
Panel with #b86fcb background
background-color: #b86fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fcb; background: linear-gradient(135deg, #b86fcb, #CB6FA1);