#b96bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 107, 223
HSL
280°, 64%, 65%
CMYK
17, 52, 0, 13
Luminance
0.2616
Every format
| HEX | #b96bdf |
| RGB | rgb(185, 107, 223) |
| HSL | hsl(280, 64%, 65%) |
| CMYK | cmyk(17%, 52%, 0%, 13%) |
| LAB | lab(58.2 50.4 -47.0) |
| LCH | lch(58.2 68.9 317.0) |
| OKLCH | oklch(0.661 0.181 313.5) |
Copy-ready code
/* CSS */
color: #b96bdf;
background-color: #b96bdf;
/* Tailwind (arbitrary) */
class="text-[#b96bdf] bg-[#b96bdf]"
/* SCSS */
$brand: #b96bdf;
/* SwiftUI */
Color(red: 0.725, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b96bdf")Accessibility — WCAG contrast
Aa
#b96bdf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96bdf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green42.0%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b96bdf text on a black background
contrast 6.23:1
Card sample
#b96bdf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96bdf;
Background color
Panel with #b96bdf background
background-color: #b96bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96bdf; background: linear-gradient(135deg, #b96bdf, #DF6BB8);