#b010df
a balanced, electric violet · warm · closest name: magenta
RGB
176, 16, 223
HSL
286°, 87%, 47%
CMYK
21, 93, 0, 13
Luminance
0.1493
Every format
| HEX | #b010df |
| RGB | rgb(176, 16, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(21%, 93%, 0%, 13%) |
| LAB | lab(45.5 80.4 -67.3) |
| LCH | lch(45.5 104.9 320.1) |
| OKLCH | oklch(0.568 0.272 315.6) |
Copy-ready code
/* CSS */
color: #b010df;
background-color: #b010df;
/* Tailwind (arbitrary) */
class="text-[#b010df] bg-[#b010df]"
/* SCSS */
$brand: #b010df;
/* SwiftUI */
Color(red: 0.690, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#b010df")Accessibility — WCAG contrast
Aa
#b010df on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b010df on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green6.3%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b010df text on a black background
contrast 3.99:1
Card sample
#b010df text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b010df;
Background color
Panel with #b010df background
background-color: #b010df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b010df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b010df; background: linear-gradient(135deg, #b010df, #DF1084);