#b17eee
a light, electric violet · warm · closest name: slateblue
RGB
177, 126, 238
HSL
267°, 77%, 71%
CMYK
26, 47, 0, 7
Luminance
0.3044
Every format
| HEX | #b17eee |
| RGB | rgb(177, 126, 238) |
| HSL | hsl(267, 77%, 71%) |
| CMYK | cmyk(26%, 47%, 0%, 7%) |
| LAB | lab(62.0 41.5 -49.3) |
| LCH | lch(62.0 64.5 310.1) |
| OKLCH | oklch(0.690 0.166 303.4) |
Copy-ready code
/* CSS */
color: #b17eee;
background-color: #b17eee;
/* Tailwind (arbitrary) */
class="text-[#b17eee] bg-[#b17eee]"
/* SCSS */
$brand: #b17eee;
/* SwiftUI */
Color(red: 0.694, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b17eee")Accessibility — WCAG contrast
Aa
#b17eee on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b17eee on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green49.4%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b17eee text on a black background
contrast 7.09:1
Card sample
#b17eee text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b17eee;
Background color
Panel with #b17eee background
background-color: #b17eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b17eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b17eee; background: linear-gradient(135deg, #b17eee, #EE7EE0);