#b017fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 23, 253
HSL
280°, 98%, 54%
CMYK
30, 91, 0, 1
Luminance
0.1693
Every format
| HEX | #b017fd |
| RGB | rgb(176, 23, 253) |
| HSL | hsl(280, 98%, 54%) |
| CMYK | cmyk(30%, 91%, 0%, 1%) |
| LAB | lab(48.2 84.9 -80.0) |
| LCH | lch(48.2 116.7 316.7) |
| OKLCH | oklch(0.593 0.292 308.8) |
Copy-ready code
/* CSS */
color: #b017fd;
background-color: #b017fd;
/* Tailwind (arbitrary) */
class="text-[#b017fd] bg-[#b017fd]"
/* SCSS */
$brand: #b017fd;
/* SwiftUI */
Color(red: 0.690, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#b017fd")Accessibility — WCAG contrast
Aa
#b017fd on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b017fd on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green9.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b017fd text on a black background
contrast 4.39:1
Card sample
#b017fd text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b017fd;
Background color
Panel with #b017fd background
background-color: #b017fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b017fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b017fd; background: linear-gradient(135deg, #b017fd, #FD17B1);