#b90213
a dark, electric red · warm · closest name: firebrick
RGB
185, 2, 19
HSL
354°, 98%, 37%
CMYK
0, 99, 90, 28
Luminance
0.1040
Every format
| HEX | #b90213 |
| RGB | rgb(185, 2, 19) |
| HSL | hsl(354, 98%, 37%) |
| CMYK | cmyk(0%, 99%, 90%, 28%) |
| LAB | lab(38.6 62.9 45.5) |
| LCH | lch(38.6 77.6 35.8) |
| OKLCH | oklch(0.495 0.201 27.0) |
Copy-ready code
/* CSS */
color: #b90213;
background-color: #b90213;
/* Tailwind (arbitrary) */
class="text-[#b90213] bg-[#b90213]"
/* SCSS */
$brand: #b90213;
/* SwiftUI */
Color(red: 0.725, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#b90213")Accessibility — WCAG contrast
Aa
#b90213 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b90213 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow89.7%
Key (black)27.5%
Color previews
#b90213 text on a black background
contrast 3.08:1
Card sample
#b90213 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b90213;
Background color
Panel with #b90213 background
background-color: #b90213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b90213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b90213; background: linear-gradient(135deg, #b90213, #B96B02);