#b072ff
a light, electric violet · warm · closest name: slateblue
RGB
176, 114, 255
HSL
266°, 100%, 72%
CMYK
31, 55, 0, 0
Luminance
0.2848
Every format
| HEX | #b072ff |
| RGB | rgb(176, 114, 255) |
| HSL | hsl(266, 100%, 72%) |
| CMYK | cmyk(31%, 55%, 0%, 0%) |
| LAB | lab(60.3 51.8 -61.4) |
| LCH | lch(60.3 80.3 310.1) |
| OKLCH | oklch(0.680 0.204 301.5) |
Copy-ready code
/* CSS */
color: #b072ff;
background-color: #b072ff;
/* Tailwind (arbitrary) */
class="text-[#b072ff] bg-[#b072ff]"
/* SCSS */
$brand: #b072ff;
/* SwiftUI */
Color(red: 0.690, green: 0.447, blue: 1.000)
/* Android */
Color.parseColor("#b072ff")Accessibility — WCAG contrast
Aa
#b072ff on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b072ff on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green44.7%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta55.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b072ff text on a black background
contrast 6.70:1
Card sample
#b072ff text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b072ff;
Background color
Panel with #b072ff background
background-color: #b072ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b072ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 114, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 114, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b072ff; background: linear-gradient(135deg, #b072ff, #FF72F0);