#bc620d
a dark, electric orange · warm · closest name: chocolate
RGB
188, 98, 13
HSL
29°, 87%, 39%
CMYK
0, 48, 93, 26
Luminance
0.1946
Every format
| HEX | #bc620d |
| RGB | rgb(188, 98, 13) |
| HSL | hsl(29, 87%, 39%) |
| CMYK | cmyk(0%, 48%, 93%, 26%) |
| LAB | lab(51.2 31.4 56.8) |
| LCH | lch(51.2 64.9 61.1) |
| OKLCH | oklch(0.591 0.142 54.9) |
Copy-ready code
/* CSS */
color: #bc620d;
background-color: #bc620d;
/* Tailwind (arbitrary) */
class="text-[#bc620d] bg-[#bc620d]"
/* SCSS */
$brand: #bc620d;
/* SwiftUI */
Color(red: 0.737, green: 0.384, blue: 0.051)
/* Android */
Color.parseColor("#bc620d")Accessibility — WCAG contrast
Aa
#bc620d on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc620d on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green38.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow93.1%
Key (black)26.3%
Color previews
#bc620d text on a black background
contrast 4.89:1
Card sample
#bc620d text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc620d;
Background color
Panel with #bc620d background
background-color: #bc620d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc620d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 98, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 98, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc620d; background: linear-gradient(135deg, #bc620d, #A1BC0D);