#bd2f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
189, 47, 47
HSL
0°, 60%, 46%
CMYK
0, 75, 75, 26
Luminance
0.1306
Every format
| HEX | #bd2f2f |
| RGB | rgb(189, 47, 47) |
| HSL | hsl(0, 60%, 46%) |
| CMYK | cmyk(0%, 75%, 75%, 26%) |
| LAB | lab(42.9 55.7 34.9) |
| LCH | lch(42.9 65.7 32.0) |
| OKLCH | oklch(0.529 0.179 25.8) |
Copy-ready code
/* CSS */
color: #bd2f2f;
background-color: #bd2f2f;
/* Tailwind (arbitrary) */
class="text-[#bd2f2f] bg-[#bd2f2f]"
/* SCSS */
$brand: #bd2f2f;
/* SwiftUI */
Color(red: 0.741, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#bd2f2f")Accessibility — WCAG contrast
Aa
#bd2f2f on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2f2f on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow75.1%
Key (black)25.9%
Color previews
#bd2f2f text on a black background
contrast 3.61:1
Card sample
#bd2f2f text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2f2f;
Background color
Panel with #bd2f2f background
background-color: #bd2f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2f2f; background: linear-gradient(135deg, #bd2f2f, #BD8E2F);