#b86fc8
a balanced, soft violet · warm · closest name: orchid
RGB
184, 111, 200
HSL
289°, 45%, 61%
CMYK
8, 45, 0, 22
Luminance
0.2573
Every format
| HEX | #b86fc8 |
| RGB | rgb(184, 111, 200) |
| HSL | hsl(289, 45%, 61%) |
| CMYK | cmyk(8%, 45%, 0%, 22%) |
| LAB | lab(57.8 43.3 -34.6) |
| LCH | lch(57.8 55.5 321.4) |
| OKLCH | oklch(0.654 0.149 320.2) |
Copy-ready code
/* CSS */
color: #b86fc8;
background-color: #b86fc8;
/* Tailwind (arbitrary) */
class="text-[#b86fc8] bg-[#b86fc8]"
/* SCSS */
$brand: #b86fc8;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.784)
/* Android */
Color.parseColor("#b86fc8")Accessibility — WCAG contrast
Aa
#b86fc8 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fc8 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue78.4%
CMYK percentages
Cyan8.0%
Magenta44.5%
Yellow0.0%
Key (black)21.6%
Color previews
#b86fc8 text on a black background
contrast 6.15:1
Card sample
#b86fc8 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fc8;
Background color
Panel with #b86fc8 background
background-color: #b86fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fc8; background: linear-gradient(135deg, #b86fc8, #C86F9D);