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