#b161eb
a light, electric violet · warm · closest name: slateblue
RGB
177, 97, 235
HSL
275°, 78%, 65%
CMYK
25, 59, 0, 8
Luminance
0.2389
Every format
| HEX | #b161eb |
| RGB | rgb(177, 97, 235) |
| HSL | hsl(275, 78%, 65%) |
| CMYK | cmyk(25%, 59%, 0%, 8%) |
| LAB | lab(56.0 56.1 -57.3) |
| LCH | lch(56.0 80.2 314.4) |
| OKLCH | oklch(0.644 0.206 308.4) |
Copy-ready code
/* CSS */
color: #b161eb;
background-color: #b161eb;
/* Tailwind (arbitrary) */
class="text-[#b161eb] bg-[#b161eb]"
/* SCSS */
$brand: #b161eb;
/* SwiftUI */
Color(red: 0.694, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#b161eb")Accessibility — WCAG contrast
Aa
#b161eb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b161eb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.0%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b161eb text on a black background
contrast 5.78:1
Card sample
#b161eb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b161eb;
Background color
Panel with #b161eb background
background-color: #b161eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b161eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b161eb; background: linear-gradient(135deg, #b161eb, #EB61C9);