#b86fc7
a balanced, soft violet · warm · closest name: orchid
RGB
184, 111, 199
HSL
290°, 44%, 61%
CMYK
8, 44, 0, 22
Luminance
0.2568
Every format
| HEX | #b86fc7 |
| RGB | rgb(184, 111, 199) |
| HSL | hsl(290, 44%, 61%) |
| CMYK | cmyk(8%, 44%, 0%, 22%) |
| LAB | lab(57.7 43.1 -34.1) |
| LCH | lch(57.7 55.0 321.6) |
| OKLCH | oklch(0.653 0.148 320.6) |
Copy-ready code
/* CSS */
color: #b86fc7;
background-color: #b86fc7;
/* Tailwind (arbitrary) */
class="text-[#b86fc7] bg-[#b86fc7]"
/* SCSS */
$brand: #b86fc7;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.780)
/* Android */
Color.parseColor("#b86fc7")Accessibility — WCAG contrast
Aa
#b86fc7 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fc7 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue78.0%
CMYK percentages
Cyan7.5%
Magenta44.2%
Yellow0.0%
Key (black)22.0%
Color previews
#b86fc7 text on a black background
contrast 6.14:1
Card sample
#b86fc7 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fc7;
Background color
Panel with #b86fc7 background
background-color: #b86fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fc7; background: linear-gradient(135deg, #b86fc7, #C76F9B);