#b86fdf
a light, vivid violet · warm · closest name: orchid
RGB
184, 111, 223
HSL
279°, 64%, 66%
CMYK
18, 50, 0, 13
Luminance
0.2689
Every format
| HEX | #b86fdf |
| RGB | rgb(184, 111, 223) |
| HSL | hsl(279, 64%, 66%) |
| CMYK | cmyk(18%, 50%, 0%, 13%) |
| LAB | lab(58.9 48.1 -45.9) |
| LCH | lch(58.9 66.5 316.3) |
| OKLCH | oklch(0.665 0.174 312.6) |
Copy-ready code
/* CSS */
color: #b86fdf;
background-color: #b86fdf;
/* Tailwind (arbitrary) */
class="text-[#b86fdf] bg-[#b86fdf]"
/* SCSS */
$brand: #b86fdf;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b86fdf")Accessibility — WCAG contrast
Aa
#b86fdf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fdf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b86fdf text on a black background
contrast 6.38:1
Card sample
#b86fdf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fdf;
Background color
Panel with #b86fdf background
background-color: #b86fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fdf; background: linear-gradient(135deg, #b86fdf, #DF6FBB);