#b07ef1
a light, electric violet · warm · closest name: slateblue
RGB
176, 126, 241
HSL
266°, 80%, 72%
CMYK
27, 48, 0, 6
Luminance
0.3050
Every format
| HEX | #b07ef1 |
| RGB | rgb(176, 126, 241) |
| HSL | hsl(266, 80%, 72%) |
| CMYK | cmyk(27%, 48%, 0%, 6%) |
| LAB | lab(62.1 42.0 -50.9) |
| LCH | lch(62.1 66.0 309.5) |
| OKLCH | oklch(0.690 0.169 302.3) |
Copy-ready code
/* CSS */
color: #b07ef1;
background-color: #b07ef1;
/* Tailwind (arbitrary) */
class="text-[#b07ef1] bg-[#b07ef1]"
/* SCSS */
$brand: #b07ef1;
/* SwiftUI */
Color(red: 0.690, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#b07ef1")Accessibility — WCAG contrast
Aa
#b07ef1 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b07ef1 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.4%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#b07ef1 text on a black background
contrast 7.10:1
Card sample
#b07ef1 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07ef1;
Background color
Panel with #b07ef1 background
background-color: #b07ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07ef1; background: linear-gradient(135deg, #b07ef1, #F17EE5);