#b60310
a dark, electric red · warm · closest name: firebrick
RGB
182, 3, 16
HSL
356°, 97%, 36%
CMYK
0, 98, 91, 29
Luminance
0.1005
Every format
| HEX | #b60310 |
| RGB | rgb(182, 3, 16) |
| HSL | hsl(356, 97%, 36%) |
| CMYK | cmyk(0%, 98%, 91%, 29%) |
| LAB | lab(37.9 62.0 46.0) |
| LCH | lch(37.9 77.3 36.6) |
| OKLCH | oklch(0.489 0.198 27.5) |
Copy-ready code
/* CSS */
color: #b60310;
background-color: #b60310;
/* Tailwind (arbitrary) */
class="text-[#b60310] bg-[#b60310]"
/* SCSS */
$brand: #b60310;
/* SwiftUI */
Color(red: 0.714, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#b60310")Accessibility — WCAG contrast
Aa
#b60310 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60310 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow91.2%
Key (black)28.6%
Color previews
#b60310 text on a black background
contrast 3.01:1
Card sample
#b60310 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60310;
Background color
Panel with #b60310 background
background-color: #b60310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60310; background: linear-gradient(135deg, #b60310, #B66D03);