#b95be8
a balanced, electric violet · warm · closest name: orchid
RGB
185, 91, 232
HSL
280°, 75%, 63%
CMYK
20, 61, 0, 9
Luminance
0.2362
Every format
| HEX | #b95be8 |
| RGB | rgb(185, 91, 232) |
| HSL | hsl(280, 75%, 63%) |
| CMYK | cmyk(20%, 61%, 0%, 9%) |
| LAB | lab(55.7 60.3 -56.0) |
| LCH | lch(55.7 82.3 317.1) |
| OKLCH | oklch(0.644 0.214 312.7) |
Copy-ready code
/* CSS */
color: #b95be8;
background-color: #b95be8;
/* Tailwind (arbitrary) */
class="text-[#b95be8] bg-[#b95be8]"
/* SCSS */
$brand: #b95be8;
/* SwiftUI */
Color(red: 0.725, green: 0.357, blue: 0.910)
/* Android */
Color.parseColor("#b95be8")Accessibility — WCAG contrast
Aa
#b95be8 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95be8 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green35.7%
Blue91.0%
CMYK percentages
Cyan20.3%
Magenta60.8%
Yellow0.0%
Key (black)9.0%
Color previews
#b95be8 text on a black background
contrast 5.72:1
Card sample
#b95be8 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95be8;
Background color
Panel with #b95be8 background
background-color: #b95be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 91, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 91, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95be8; background: linear-gradient(135deg, #b95be8, #E85BB9);