#b95eee
a light, electric violet · warm · closest name: orchid
RGB
185, 94, 238
HSL
278°, 81%, 65%
CMYK
22, 61, 0, 7
Luminance
0.2449
Every format
| HEX | #b95eee |
| RGB | rgb(185, 94, 238) |
| HSL | hsl(278, 81%, 65%) |
| CMYK | cmyk(22%, 61%, 0%, 7%) |
| LAB | lab(56.6 60.1 -58.0) |
| LCH | lch(56.6 83.5 316.0) |
| OKLCH | oklch(0.651 0.216 310.9) |
Copy-ready code
/* CSS */
color: #b95eee;
background-color: #b95eee;
/* Tailwind (arbitrary) */
class="text-[#b95eee] bg-[#b95eee]"
/* SCSS */
$brand: #b95eee;
/* SwiftUI */
Color(red: 0.725, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#b95eee")Accessibility — WCAG contrast
Aa
#b95eee on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95eee on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b95eee text on a black background
contrast 5.90:1
Card sample
#b95eee text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95eee;
Background color
Panel with #b95eee background
background-color: #b95eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95eee; background: linear-gradient(135deg, #b95eee, #EE5EC3);