#b07cf6
a light, electric violet · warm · closest name: slateblue
RGB
176, 124, 246
HSL
266°, 87%, 73%
CMYK
29, 50, 0, 4
Luminance
0.3030
Every format
| HEX | #b07cf6 |
| RGB | rgb(176, 124, 246) |
| HSL | hsl(266, 87%, 73%) |
| CMYK | cmyk(29%, 50%, 0%, 4%) |
| LAB | lab(61.9 44.2 -53.9) |
| LCH | lch(61.9 69.8 309.4) |
| OKLCH | oklch(0.690 0.178 301.6) |
Copy-ready code
/* CSS */
color: #b07cf6;
background-color: #b07cf6;
/* Tailwind (arbitrary) */
class="text-[#b07cf6] bg-[#b07cf6]"
/* SCSS */
$brand: #b07cf6;
/* SwiftUI */
Color(red: 0.690, green: 0.486, blue: 0.965)
/* Android */
Color.parseColor("#b07cf6")Accessibility — WCAG contrast
Aa
#b07cf6 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b07cf6 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.6%
Blue96.5%
CMYK percentages
Cyan28.5%
Magenta49.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b07cf6 text on a black background
contrast 7.06:1
Card sample
#b07cf6 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07cf6;
Background color
Panel with #b07cf6 background
background-color: #b07cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 124, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 124, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07cf6; background: linear-gradient(135deg, #b07cf6, #F67CEB);