#b96ddf
a light, vivid violet · warm · closest name: orchid
RGB
185, 109, 223
HSL
280°, 64%, 65%
CMYK
17, 51, 0, 13
Luminance
0.2658
Every format
| HEX | #b96ddf |
| RGB | rgb(185, 109, 223) |
| HSL | hsl(280, 64%, 65%) |
| CMYK | cmyk(17%, 51%, 0%, 13%) |
| LAB | lab(58.6 49.4 -46.4) |
| LCH | lch(58.6 67.8 316.8) |
| OKLCH | oklch(0.664 0.178 313.3) |
Copy-ready code
/* CSS */
color: #b96ddf;
background-color: #b96ddf;
/* Tailwind (arbitrary) */
class="text-[#b96ddf] bg-[#b96ddf]"
/* SCSS */
$brand: #b96ddf;
/* SwiftUI */
Color(red: 0.725, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#b96ddf")Accessibility — WCAG contrast
Aa
#b96ddf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96ddf on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green42.7%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b96ddf text on a black background
contrast 6.32:1
Card sample
#b96ddf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96ddf;
Background color
Panel with #b96ddf background
background-color: #b96ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96ddf; background: linear-gradient(135deg, #b96ddf, #DF6DB9);