#b16eee
a light, electric violet · warm · closest name: slateblue
RGB
177, 110, 238
HSL
271°, 79%, 68%
CMYK
26, 54, 0, 7
Luminance
0.2667
Every format
| HEX | #b16eee |
| RGB | rgb(177, 110, 238) |
| HSL | hsl(271, 79%, 68%) |
| CMYK | cmyk(26%, 54%, 0%, 7%) |
| LAB | lab(58.7 50.1 -54.7) |
| LCH | lch(58.7 74.2 312.5) |
| OKLCH | oklch(0.665 0.190 306.1) |
Copy-ready code
/* CSS */
color: #b16eee;
background-color: #b16eee;
/* Tailwind (arbitrary) */
class="text-[#b16eee] bg-[#b16eee]"
/* SCSS */
$brand: #b16eee;
/* SwiftUI */
Color(red: 0.694, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#b16eee")Accessibility — WCAG contrast
Aa
#b16eee on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16eee on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.1%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#b16eee text on a black background
contrast 6.33:1
Card sample
#b16eee text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16eee;
Background color
Panel with #b16eee background
background-color: #b16eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16eee; background: linear-gradient(135deg, #b16eee, #EE6ED6);