#b11b5f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
177, 27, 95
HSL
333°, 74%, 40%
CMYK
0, 85, 46, 31
Luminance
0.1096
Every format
| HEX | #b11b5f |
| RGB | rgb(177, 27, 95) |
| HSL | hsl(333, 74%, 40%) |
| CMYK | cmyk(0%, 85%, 46%, 31%) |
| LAB | lab(39.5 61.0 0.2) |
| LCH | lch(39.5 61.0 0.2) |
| OKLCH | oklch(0.503 0.188 0.4) |
Copy-ready code
/* CSS */
color: #b11b5f;
background-color: #b11b5f;
/* Tailwind (arbitrary) */
class="text-[#b11b5f] bg-[#b11b5f]"
/* SCSS */
$brand: #b11b5f;
/* SwiftUI */
Color(red: 0.694, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#b11b5f")Accessibility — WCAG contrast
Aa
#b11b5f on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b11b5f on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green10.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow46.3%
Key (black)30.6%
Color previews
#b11b5f text on a black background
contrast 3.19:1
Card sample
#b11b5f text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b11b5f;
Background color
Panel with #b11b5f background
background-color: #b11b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b11b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b11b5f; background: linear-gradient(135deg, #b11b5f, #B13B1B);