#bf1237
a dark, electric red · warm · closest name: crimson
RGB
191, 18, 55
HSL
347°, 83%, 41%
CMYK
0, 91, 71, 25
Luminance
0.1178
Every format
| HEX | #bf1237 |
| RGB | rgb(191, 18, 55) |
| HSL | hsl(347, 83%, 41%) |
| CMYK | cmyk(0%, 91%, 71%, 25%) |
| LAB | lab(40.9 63.7 27.9) |
| LCH | lch(40.9 69.5 23.6) |
| OKLCH | oklch(0.515 0.199 18.8) |
Copy-ready code
/* CSS */
color: #bf1237;
background-color: #bf1237;
/* Tailwind (arbitrary) */
class="text-[#bf1237] bg-[#bf1237]"
/* SCSS */
$brand: #bf1237;
/* SwiftUI */
Color(red: 0.749, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#bf1237")Accessibility — WCAG contrast
Aa
#bf1237 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1237 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow71.2%
Key (black)25.1%
Color previews
#bf1237 text on a black background
contrast 3.36:1
Card sample
#bf1237 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1237;
Background color
Panel with #bf1237 background
background-color: #bf1237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1237; background: linear-gradient(135deg, #bf1237, #BF6012);