#b112cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
177, 18, 207
HSL
291°, 84%, 44%
CMYK
15, 91, 0, 19
Luminance
0.1428
Every format
| HEX | #b112cf |
| RGB | rgb(177, 18, 207) |
| HSL | hsl(291, 84%, 44%) |
| CMYK | cmyk(15%, 91%, 0%, 19%) |
| LAB | lab(44.6 77.6 -59.6) |
| LCH | lch(44.6 97.8 322.5) |
| OKLCH | oklch(0.558 0.260 319.8) |
Copy-ready code
/* CSS */
color: #b112cf;
background-color: #b112cf;
/* Tailwind (arbitrary) */
class="text-[#b112cf] bg-[#b112cf]"
/* SCSS */
$brand: #b112cf;
/* SwiftUI */
Color(red: 0.694, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#b112cf")Accessibility — WCAG contrast
Aa
#b112cf on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b112cf on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green7.1%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b112cf text on a black background
contrast 3.86:1
Card sample
#b112cf text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b112cf;
Background color
Panel with #b112cf background
background-color: #b112cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b112cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b112cf; background: linear-gradient(135deg, #b112cf, #CF126F);