#b07af5
a light, electric violet · warm · closest name: slateblue
RGB
176, 122, 245
HSL
266°, 86%, 72%
CMYK
28, 50, 0, 4
Luminance
0.2974
Every format
| HEX | #b07af5 |
| RGB | rgb(176, 122, 245) |
| HSL | hsl(266, 86%, 72%) |
| CMYK | cmyk(28%, 50%, 0%, 4%) |
| LAB | lab(61.4 45.1 -54.1) |
| LCH | lch(61.4 70.5 309.8) |
| OKLCH | oklch(0.686 0.180 302.2) |
Copy-ready code
/* CSS */
color: #b07af5;
background-color: #b07af5;
/* Tailwind (arbitrary) */
class="text-[#b07af5] bg-[#b07af5]"
/* SCSS */
$brand: #b07af5;
/* SwiftUI */
Color(red: 0.690, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#b07af5")Accessibility — WCAG contrast
Aa
#b07af5 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07af5 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.8%
Blue96.1%
CMYK percentages
Cyan28.2%
Magenta50.2%
Yellow0.0%
Key (black)3.9%
Color previews
#b07af5 text on a black background
contrast 6.95:1
Card sample
#b07af5 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07af5;
Background color
Panel with #b07af5 background
background-color: #b07af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07af5; background: linear-gradient(135deg, #b07af5, #F57AE8);