#b62039
a dark, vivid red · warm · closest name: firebrick
RGB
182, 32, 57
HSL
350°, 70%, 42%
CMYK
0, 82, 69, 29
Luminance
0.1127
Every format
| HEX | #b62039 |
| RGB | rgb(182, 32, 57) |
| HSL | hsl(350, 70%, 42%) |
| CMYK | cmyk(0%, 82%, 69%, 29%) |
| LAB | lab(40.0 58.5 25.2) |
| LCH | lch(40.0 63.7 23.3) |
| OKLCH | oklch(0.506 0.183 18.8) |
Copy-ready code
/* CSS */
color: #b62039;
background-color: #b62039;
/* Tailwind (arbitrary) */
class="text-[#b62039] bg-[#b62039]"
/* SCSS */
$brand: #b62039;
/* SwiftUI */
Color(red: 0.714, green: 0.125, blue: 0.224)
/* Android */
Color.parseColor("#b62039")Accessibility — WCAG contrast
Aa
#b62039 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b62039 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green12.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow68.7%
Key (black)28.6%
Color previews
#b62039 text on a black background
contrast 3.25:1
Card sample
#b62039 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b62039;
Background color
Panel with #b62039 background
background-color: #b62039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b62039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 32, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 32, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b62039; background: linear-gradient(135deg, #b62039, #B66B20);