#b62621
a dark, vivid red · warm · “firebrick”
RGB
182, 38, 33
HSL
2°, 69%, 42%
CMYK
0, 79, 82, 29
Luminance
0.1144
Every format
| HEX | #b62621 |
| RGB | rgb(182, 38, 33) |
| HSL | hsl(2, 69%, 42%) |
| CMYK | cmyk(0%, 79%, 82%, 29%) |
| LAB | lab(40.3 55.9 39.6) |
| LCH | lch(40.3 68.6 35.3) |
| OKLCH | oklch(0.507 0.181 27.9) |
Copy-ready code
/* CSS */
color: #b62621;
background-color: #b62621;
/* Tailwind (arbitrary) */
class="text-[#b62621] bg-[#b62621]"
/* SCSS */
$brand: #b62621;
/* SwiftUI */
Color(red: 0.714, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#b62621")Accessibility — WCAG contrast
Aa
#b62621 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62621 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow81.9%
Key (black)28.6%
Color previews
#b62621 text on a black background
contrast 3.29:1
Card sample
#b62621 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62621;
Background color
Panel with #b62621 background
background-color: #b62621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62621; background: linear-gradient(135deg, #b62621, #B68921);