#b070eb
a light, electric violet · warm · closest name: slateblue
RGB
176, 112, 235
HSL
271°, 76%, 68%
CMYK
25, 52, 0, 8
Luminance
0.2682
Every format
| HEX | #b070eb |
| RGB | rgb(176, 112, 235) |
| HSL | hsl(271, 76%, 68%) |
| CMYK | cmyk(25%, 52%, 0%, 8%) |
| LAB | lab(58.8 48.1 -52.8) |
| LCH | lch(58.8 71.4 312.4) |
| OKLCH | oklch(0.665 0.183 306.1) |
Copy-ready code
/* CSS */
color: #b070eb;
background-color: #b070eb;
/* Tailwind (arbitrary) */
class="text-[#b070eb] bg-[#b070eb]"
/* SCSS */
$brand: #b070eb;
/* SwiftUI */
Color(red: 0.690, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#b070eb")Accessibility — WCAG contrast
Aa
#b070eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b070eb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green43.9%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b070eb text on a black background
contrast 6.36:1
Card sample
#b070eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b070eb;
Background color
Panel with #b070eb background
background-color: #b070eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b070eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b070eb; background: linear-gradient(135deg, #b070eb, #EB70D4);