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