#b60430
a dark, electric red · warm · closest name: firebrick
RGB
182, 4, 48
HSL
345°, 96%, 37%
CMYK
0, 98, 74, 29
Luminance
0.1025
Every format
| HEX | #b60430 |
| RGB | rgb(182, 4, 48) |
| HSL | hsl(345, 96%, 37%) |
| CMYK | cmyk(0%, 98%, 74%, 29%) |
| LAB | lab(38.3 62.8 28.6) |
| LCH | lch(38.3 69.0 24.5) |
| OKLCH | oklch(0.493 0.196 19.4) |
Copy-ready code
/* CSS */
color: #b60430;
background-color: #b60430;
/* Tailwind (arbitrary) */
class="text-[#b60430] bg-[#b60430]"
/* SCSS */
$brand: #b60430;
/* SwiftUI */
Color(red: 0.714, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#b60430")Accessibility — WCAG contrast
Aa
#b60430 on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60430 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta97.8%
Yellow73.6%
Key (black)28.6%
Color previews
#b60430 text on a black background
contrast 3.05:1
Card sample
#b60430 text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60430;
Background color
Panel with #b60430 background
background-color: #b60430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60430; background: linear-gradient(135deg, #b60430, #B64F04);