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