#b017eb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 23, 235
HSL
283°, 84%, 51%
CMYK
25, 90, 0, 8
Luminance
0.1584
Every format
| HEX | #b017eb |
| RGB | rgb(176, 23, 235) |
| HSL | hsl(283, 84%, 51%) |
| CMYK | cmyk(25%, 90%, 0%, 8%) |
| LAB | lab(46.8 81.6 -72.2) |
| LCH | lch(46.8 108.9 318.5) |
| OKLCH | oklch(0.579 0.279 312.7) |
Copy-ready code
/* CSS */
color: #b017eb;
background-color: #b017eb;
/* Tailwind (arbitrary) */
class="text-[#b017eb] bg-[#b017eb]"
/* SCSS */
$brand: #b017eb;
/* SwiftUI */
Color(red: 0.690, green: 0.090, blue: 0.922)
/* Android */
Color.parseColor("#b017eb")Accessibility — WCAG contrast
Aa
#b017eb on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b017eb on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green9.0%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta90.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b017eb text on a black background
contrast 4.17:1
Card sample
#b017eb text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b017eb;
Background color
Panel with #b017eb background
background-color: #b017eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b017eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 23, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 23, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b017eb; background: linear-gradient(135deg, #b017eb, #EB1799);