#b164eb
a light, electric violet · warm · closest name: slateblue
RGB
177, 100, 235
HSL
274°, 77%, 66%
CMYK
25, 57, 0, 8
Luminance
0.2446
Every format
| HEX | #b164eb |
| RGB | rgb(177, 100, 235) |
| HSL | hsl(274, 77%, 66%) |
| CMYK | cmyk(25%, 57%, 0%, 8%) |
| LAB | lab(56.5 54.6 -56.4) |
| LCH | lch(56.5 78.5 314.1) |
| OKLCH | oklch(0.649 0.202 308.1) |
Copy-ready code
/* CSS */
color: #b164eb;
background-color: #b164eb;
/* Tailwind (arbitrary) */
class="text-[#b164eb] bg-[#b164eb]"
/* SCSS */
$brand: #b164eb;
/* SwiftUI */
Color(red: 0.694, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#b164eb")Accessibility — WCAG contrast
Aa
#b164eb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b164eb on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green39.2%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b164eb text on a black background
contrast 5.89:1
Card sample
#b164eb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b164eb;
Background color
Panel with #b164eb background
background-color: #b164eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b164eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b164eb; background: linear-gradient(135deg, #b164eb, #EB64CB);