#b07cf0
a light, electric violet · warm · closest name: slateblue
RGB
176, 124, 240
HSL
267°, 80%, 71%
CMYK
27, 48, 0, 6
Luminance
0.2994
Every format
| HEX | #b07cf0 |
| RGB | rgb(176, 124, 240) |
| HSL | hsl(267, 80%, 71%) |
| CMYK | cmyk(27%, 48%, 0%, 6%) |
| LAB | lab(61.6 42.8 -51.1) |
| LCH | lch(61.6 66.7 309.9) |
| OKLCH | oklch(0.687 0.171 302.9) |
Copy-ready code
/* CSS */
color: #b07cf0;
background-color: #b07cf0;
/* Tailwind (arbitrary) */
class="text-[#b07cf0] bg-[#b07cf0]"
/* SCSS */
$brand: #b07cf0;
/* SwiftUI */
Color(red: 0.690, green: 0.486, blue: 0.941)
/* Android */
Color.parseColor("#b07cf0")Accessibility — WCAG contrast
Aa
#b07cf0 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07cf0 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.6%
Blue94.1%
CMYK percentages
Cyan26.7%
Magenta48.3%
Yellow0.0%
Key (black)5.9%
Color previews
#b07cf0 text on a black background
contrast 6.99:1
Card sample
#b07cf0 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07cf0;
Background color
Panel with #b07cf0 background
background-color: #b07cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 124, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 124, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07cf0; background: linear-gradient(135deg, #b07cf0, #F07CE3);