#b86cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 108, 223
HSL
280°, 64%, 65%
CMYK
18, 52, 0, 13
Luminance
0.2624
Every format
| HEX | #b86cdf |
| RGB | rgb(184, 108, 223) |
| HSL | hsl(280, 64%, 65%) |
| CMYK | cmyk(18%, 52%, 0%, 13%) |
| LAB | lab(58.3 49.7 -46.9) |
| LCH | lch(58.3 68.3 316.7) |
| OKLCH | oklch(0.661 0.179 313.0) |
Copy-ready code
/* CSS */
color: #b86cdf;
background-color: #b86cdf;
/* Tailwind (arbitrary) */
class="text-[#b86cdf] bg-[#b86cdf]"
/* SCSS */
$brand: #b86cdf;
/* SwiftUI */
Color(red: 0.722, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#b86cdf")Accessibility — WCAG contrast
Aa
#b86cdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86cdf on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green42.4%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b86cdf text on a black background
contrast 6.25:1
Card sample
#b86cdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86cdf;
Background color
Panel with #b86cdf background
background-color: #b86cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86cdf; background: linear-gradient(135deg, #b86cdf, #DF6CB9);