#b112df
a balanced, electric violet · warm · closest name: magenta
RGB
177, 18, 223
HSL
287°, 85%, 47%
CMYK
21, 92, 0, 13
Luminance
0.1511
Every format
| HEX | #b112df |
| RGB | rgb(177, 18, 223) |
| HSL | hsl(287, 85%, 47%) |
| CMYK | cmyk(21%, 92%, 0%, 13%) |
| LAB | lab(45.8 80.3 -67.0) |
| LCH | lch(45.8 104.6 320.2) |
| OKLCH | oklch(0.570 0.272 315.8) |
Copy-ready code
/* CSS */
color: #b112df;
background-color: #b112df;
/* Tailwind (arbitrary) */
class="text-[#b112df] bg-[#b112df]"
/* SCSS */
$brand: #b112df;
/* SwiftUI */
Color(red: 0.694, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#b112df")Accessibility — WCAG contrast
Aa
#b112df on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b112df on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green7.1%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b112df text on a black background
contrast 4.02:1
Card sample
#b112df text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b112df;
Background color
Panel with #b112df background
background-color: #b112df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b112df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b112df; background: linear-gradient(135deg, #b112df, #DF1285);