#b10e5f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
177, 14, 95
HSL
330°, 85%, 38%
CMYK
0, 92, 46, 31
Luminance
0.1049
Every format
| HEX | #b10e5f |
| RGB | rgb(177, 14, 95) |
| HSL | hsl(330, 85%, 38%) |
| CMYK | cmyk(0%, 92%, 46%, 31%) |
| LAB | lab(38.7 63.3 -1.0) |
| LCH | lch(38.7 63.4 359.1) |
| OKLCH | oklch(0.497 0.195 359.5) |
Copy-ready code
/* CSS */
color: #b10e5f;
background-color: #b10e5f;
/* Tailwind (arbitrary) */
class="text-[#b10e5f] bg-[#b10e5f]"
/* SCSS */
$brand: #b10e5f;
/* SwiftUI */
Color(red: 0.694, green: 0.055, blue: 0.373)
/* Android */
Color.parseColor("#b10e5f")Accessibility — WCAG contrast
Aa
#b10e5f on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b10e5f on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green5.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow46.3%
Key (black)30.6%
Color previews
#b10e5f text on a black background
contrast 3.10:1
Card sample
#b10e5f text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b10e5f;
Background color
Panel with #b10e5f background
background-color: #b10e5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b10e5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 14, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 14, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b10e5f; background: linear-gradient(135deg, #b10e5f, #B12A0E);