#bc3f10
a dark, electric orange · warm · closest name: firebrick
RGB
188, 63, 16
HSL
16°, 84%, 40%
CMYK
0, 67, 92, 26
Luminance
0.1428
Every format
| HEX | #bc3f10 |
| RGB | rgb(188, 63, 16) |
| HSL | hsl(16, 84%, 40%) |
| CMYK | cmyk(0%, 67%, 92%, 26%) |
| LAB | lab(44.6 48.4 51.3) |
| LCH | lch(44.6 70.5 46.6) |
| OKLCH | oklch(0.541 0.169 37.9) |
Copy-ready code
/* CSS */
color: #bc3f10;
background-color: #bc3f10;
/* Tailwind (arbitrary) */
class="text-[#bc3f10] bg-[#bc3f10]"
/* SCSS */
$brand: #bc3f10;
/* SwiftUI */
Color(red: 0.737, green: 0.247, blue: 0.063)
/* Android */
Color.parseColor("#bc3f10")Accessibility — WCAG contrast
Aa
#bc3f10 on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc3f10 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green24.7%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow91.5%
Key (black)26.3%
Color previews
#bc3f10 text on a black background
contrast 3.86:1
Card sample
#bc3f10 text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc3f10;
Background color
Panel with #bc3f10 background
background-color: #bc3f10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc3f10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 63, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 63, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc3f10; background: linear-gradient(135deg, #bc3f10, #BCB210);