#b20002
a dark, electric red · warm · closest name: firebrick
RGB
178, 0, 2
HSL
359°, 100%, 35%
CMYK
0, 100, 99, 30
Luminance
0.0947
Every format
| HEX | #b20002 |
| RGB | rgb(178, 0, 2) |
| HSL | hsl(359, 100%, 35%) |
| CMYK | cmyk(0%, 100%, 99%, 30%) |
| LAB | lab(36.9 61.2 50.5) |
| LCH | lch(36.9 79.3 39.5) |
| OKLCH | oklch(0.480 0.197 29.0) |
Copy-ready code
/* CSS */
color: #b20002;
background-color: #b20002;
/* Tailwind (arbitrary) */
class="text-[#b20002] bg-[#b20002]"
/* SCSS */
$brand: #b20002;
/* SwiftUI */
Color(red: 0.698, green: 0.000, blue: 0.008)
/* Android */
Color.parseColor("#b20002")Accessibility — WCAG contrast
Aa
#b20002 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b20002 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow98.9%
Key (black)30.2%
Color previews
#b20002 text on a black background
contrast 2.89:1
Card sample
#b20002 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b20002;
Background color
Panel with #b20002 background
background-color: #b20002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b20002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 0, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 0, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b20002; background: linear-gradient(135deg, #b20002, #B27500);