#be080f
a dark, electric red · warm · closest name: firebrick
RGB
190, 8, 15
HSL
358°, 92%, 39%
CMYK
0, 96, 92, 26
Luminance
0.1116
Every format
| HEX | #be080f |
| RGB | rgb(190, 8, 15) |
| HSL | hsl(358, 92%, 39%) |
| CMYK | cmyk(0%, 96%, 92%, 26%) |
| LAB | lab(39.9 63.5 48.6) |
| LCH | lch(39.9 80.0 37.4) |
| OKLCH | oklch(0.506 0.204 28.0) |
Copy-ready code
/* CSS */
color: #be080f;
background-color: #be080f;
/* Tailwind (arbitrary) */
class="text-[#be080f] bg-[#be080f]"
/* SCSS */
$brand: #be080f;
/* SwiftUI */
Color(red: 0.745, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#be080f")Accessibility — WCAG contrast
Aa
#be080f on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be080f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta95.8%
Yellow92.1%
Key (black)25.5%
Color previews
#be080f text on a black background
contrast 3.23:1
Card sample
#be080f text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be080f;
Background color
Panel with #be080f background
background-color: #be080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be080f; background: linear-gradient(135deg, #be080f, #BE7A08);