#b014fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 20, 253
HSL
280°, 98%, 54%
CMYK
30, 92, 0, 1
Luminance
0.1682
Every format
| HEX | #b014fd |
| RGB | rgb(176, 20, 253) |
| HSL | hsl(280, 98%, 54%) |
| CMYK | cmyk(30%, 92%, 0%, 1%) |
| LAB | lab(48.0 85.3 -80.2) |
| LCH | lch(48.0 117.1 316.8) |
| OKLCH | oklch(0.592 0.293 308.9) |
Copy-ready code
/* CSS */
color: #b014fd;
background-color: #b014fd;
/* Tailwind (arbitrary) */
class="text-[#b014fd] bg-[#b014fd]"
/* SCSS */
$brand: #b014fd;
/* SwiftUI */
Color(red: 0.690, green: 0.078, blue: 0.992)
/* Android */
Color.parseColor("#b014fd")Accessibility — WCAG contrast
Aa
#b014fd on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b014fd on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green7.8%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta92.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b014fd text on a black background
contrast 4.36:1
Card sample
#b014fd text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b014fd;
Background color
Panel with #b014fd background
background-color: #b014fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b014fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 20, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 20, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b014fd; background: linear-gradient(135deg, #b014fd, #FD14AF);