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