#b86fcd
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 111, 205
HSL
287°, 49%, 62%
CMYK
10, 46, 0, 20
Luminance
0.2597
Every format
| HEX | #b86fcd |
| RGB | rgb(184, 111, 205) |
| HSL | hsl(287, 49%, 62%) |
| CMYK | cmyk(10%, 46%, 0%, 20%) |
| LAB | lab(58.0 44.3 -37.1) |
| LCH | lch(58.0 57.8 320.1) |
| OKLCH | oklch(0.656 0.155 318.4) |
Copy-ready code
/* CSS */
color: #b86fcd;
background-color: #b86fcd;
/* Tailwind (arbitrary) */
class="text-[#b86fcd] bg-[#b86fcd]"
/* SCSS */
$brand: #b86fcd;
/* SwiftUI */
Color(red: 0.722, green: 0.435, blue: 0.804)
/* Android */
Color.parseColor("#b86fcd")Accessibility — WCAG contrast
Aa
#b86fcd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86fcd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.5%
Blue80.4%
CMYK percentages
Cyan10.2%
Magenta45.9%
Yellow0.0%
Key (black)19.6%
Color previews
#b86fcd text on a black background
contrast 6.19:1
Card sample
#b86fcd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86fcd;
Background color
Panel with #b86fcd background
background-color: #b86fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 111, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 111, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86fcd; background: linear-gradient(135deg, #b86fcd, #CD6FA3);