#b070ff
a light, electric violet · warm · closest name: slateblue
RGB
176, 112, 255
HSL
267°, 100%, 72%
CMYK
31, 56, 0, 0
Luminance
0.2804
Every format
| HEX | #b070ff |
| RGB | rgb(176, 112, 255) |
| HSL | hsl(267, 100%, 72%) |
| CMYK | cmyk(31%, 56%, 0%, 0%) |
| LAB | lab(59.9 52.8 -62.1) |
| LCH | lch(59.9 81.5 310.4) |
| OKLCH | oklch(0.677 0.206 301.8) |
Copy-ready code
/* CSS */
color: #b070ff;
background-color: #b070ff;
/* Tailwind (arbitrary) */
class="text-[#b070ff] bg-[#b070ff]"
/* SCSS */
$brand: #b070ff;
/* SwiftUI */
Color(red: 0.690, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#b070ff")Accessibility — WCAG contrast
Aa
#b070ff on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b070ff on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green43.9%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b070ff text on a black background
contrast 6.61:1
Card sample
#b070ff text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b070ff;
Background color
Panel with #b070ff background
background-color: #b070ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b070ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b070ff; background: linear-gradient(135deg, #b070ff, #FF70EF);