#b00dfb
a balanced, electric violet · warm · closest name: magenta
RGB
176, 13, 251
HSL
281°, 97%, 52%
CMYK
30, 95, 0, 2
Luminance
0.1648
Every format
| HEX | #b00dfb |
| RGB | rgb(176, 13, 251) |
| HSL | hsl(281, 97%, 52%) |
| CMYK | cmyk(30%, 95%, 0%, 2%) |
| LAB | lab(47.6 85.8 -79.8) |
| LCH | lch(47.6 117.2 317.1) |
| OKLCH | oklch(0.588 0.294 309.4) |
Copy-ready code
/* CSS */
color: #b00dfb;
background-color: #b00dfb;
/* Tailwind (arbitrary) */
class="text-[#b00dfb] bg-[#b00dfb]"
/* SCSS */
$brand: #b00dfb;
/* SwiftUI */
Color(red: 0.690, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#b00dfb")Accessibility — WCAG contrast
Aa
#b00dfb on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b00dfb on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green5.1%
Blue98.4%
CMYK percentages
Cyan29.9%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#b00dfb text on a black background
contrast 4.30:1
Card sample
#b00dfb text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b00dfb;
Background color
Panel with #b00dfb background
background-color: #b00dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b00dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b00dfb; background: linear-gradient(135deg, #b00dfb, #FB0DA7);