#b70f0f
a dark, electric red · warm · closest name: firebrick
RGB
183, 15, 15
HSL
0°, 85%, 39%
CMYK
0, 92, 92, 28
Luminance
0.1044
Every format
| HEX | #b70f0f |
| RGB | rgb(183, 15, 15) |
| HSL | hsl(0, 85%, 39%) |
| CMYK | cmyk(0%, 92%, 92%, 28%) |
| LAB | lab(38.6 60.9 47.0) |
| LCH | lch(38.6 76.9 37.7) |
| OKLCH | oklch(0.494 0.196 28.5) |
Copy-ready code
/* CSS */
color: #b70f0f;
background-color: #b70f0f;
/* Tailwind (arbitrary) */
class="text-[#b70f0f] bg-[#b70f0f]"
/* SCSS */
$brand: #b70f0f;
/* SwiftUI */
Color(red: 0.718, green: 0.059, blue: 0.059)
/* Android */
Color.parseColor("#b70f0f")Accessibility — WCAG contrast
Aa
#b70f0f on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70f0f on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow91.8%
Key (black)28.2%
Color previews
#b70f0f text on a black background
contrast 3.09:1
Card sample
#b70f0f text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70f0f;
Background color
Panel with #b70f0f background
background-color: #b70f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 15, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 15, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70f0f; background: linear-gradient(135deg, #b70f0f, #B77F0F);