#b10ebe
a dark, electric magenta / pink · warm · closest name: purple
RGB
177, 14, 190
HSL
296°, 86%, 40%
CMYK
7, 93, 0, 26
Luminance
0.1338
Every format
| HEX | #b10ebe |
| RGB | rgb(177, 14, 190) |
| HSL | hsl(296, 86%, 40%) |
| CMYK | cmyk(7%, 93%, 0%, 26%) |
| LAB | lab(43.3 75.3 -51.8) |
| LCH | lch(43.3 91.4 325.5) |
| OKLCH | oklch(0.545 0.250 324.5) |
Copy-ready code
/* CSS */
color: #b10ebe;
background-color: #b10ebe;
/* Tailwind (arbitrary) */
class="text-[#b10ebe] bg-[#b10ebe]"
/* SCSS */
$brand: #b10ebe;
/* SwiftUI */
Color(red: 0.694, green: 0.055, blue: 0.745)
/* Android */
Color.parseColor("#b10ebe")Accessibility — WCAG contrast
Aa
#b10ebe on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b10ebe on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green5.5%
Blue74.5%
CMYK percentages
Cyan6.8%
Magenta92.6%
Yellow0.0%
Key (black)25.5%
Color previews
#b10ebe text on a black background
contrast 3.68:1
Card sample
#b10ebe text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b10ebe;
Background color
Panel with #b10ebe background
background-color: #b10ebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b10ebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 14, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 14, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b10ebe; background: linear-gradient(135deg, #b10ebe, #BE0E56);