#b07cf7
a light, electric violet · warm · closest name: slateblue
RGB
176, 124, 247
HSL
265°, 89%, 73%
CMYK
29, 50, 0, 3
Luminance
0.3036
Every format
| HEX | #b07cf7 |
| RGB | rgb(176, 124, 247) |
| HSL | hsl(265, 89%, 73%) |
| CMYK | cmyk(29%, 50%, 0%, 3%) |
| LAB | lab(62.0 44.5 -54.4) |
| LCH | lch(62.0 70.3 309.3) |
| OKLCH | oklch(0.691 0.179 301.4) |
Copy-ready code
/* CSS */
color: #b07cf7;
background-color: #b07cf7;
/* Tailwind (arbitrary) */
class="text-[#b07cf7] bg-[#b07cf7]"
/* SCSS */
$brand: #b07cf7;
/* SwiftUI */
Color(red: 0.690, green: 0.486, blue: 0.969)
/* Android */
Color.parseColor("#b07cf7")Accessibility — WCAG contrast
Aa
#b07cf7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b07cf7 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green48.6%
Blue96.9%
CMYK percentages
Cyan28.7%
Magenta49.8%
Yellow0.0%
Key (black)3.1%
Color previews
#b07cf7 text on a black background
contrast 7.07:1
Card sample
#b07cf7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07cf7;
Background color
Panel with #b07cf7 background
background-color: #b07cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 124, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 124, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07cf7; background: linear-gradient(135deg, #b07cf7, #F77CEC);