#b211df
a balanced, electric violet · warm · closest name: magenta
RGB
178, 17, 223
HSL
287°, 86%, 47%
CMYK
20, 92, 0, 13
Luminance
0.1519
Every format
| HEX | #b211df |
| RGB | rgb(178, 17, 223) |
| HSL | hsl(287, 86%, 47%) |
| CMYK | cmyk(20%, 92%, 0%, 13%) |
| LAB | lab(45.9 80.6 -66.8) |
| LCH | lch(45.9 104.6 320.4) |
| OKLCH | oklch(0.571 0.273 316.2) |
Copy-ready code
/* CSS */
color: #b211df;
background-color: #b211df;
/* Tailwind (arbitrary) */
class="text-[#b211df] bg-[#b211df]"
/* SCSS */
$brand: #b211df;
/* SwiftUI */
Color(red: 0.698, green: 0.067, blue: 0.875)
/* Android */
Color.parseColor("#b211df")Accessibility — WCAG contrast
Aa
#b211df on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b211df on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green6.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta92.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b211df text on a black background
contrast 4.04:1
Card sample
#b211df text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b211df;
Background color
Panel with #b211df background
background-color: #b211df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b211df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 17, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 17, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b211df; background: linear-gradient(135deg, #b211df, #DF1183);