#bd6c0f
a dark, electric orange · warm · closest name: chocolate
RGB
189, 108, 15
HSL
32°, 85%, 40%
CMYK
0, 43, 92, 26
Luminance
0.2158
Every format
| HEX | #bd6c0f |
| RGB | rgb(189, 108, 15) |
| HSL | hsl(32, 85%, 40%) |
| CMYK | cmyk(0%, 43%, 92%, 26%) |
| LAB | lab(53.6 26.5 58.1) |
| LCH | lch(53.6 63.8 65.5) |
| OKLCH | oklch(0.610 0.138 60.7) |
Copy-ready code
/* CSS */
color: #bd6c0f;
background-color: #bd6c0f;
/* Tailwind (arbitrary) */
class="text-[#bd6c0f] bg-[#bd6c0f]"
/* SCSS */
$brand: #bd6c0f;
/* SwiftUI */
Color(red: 0.741, green: 0.424, blue: 0.059)
/* Android */
Color.parseColor("#bd6c0f")Accessibility — WCAG contrast
Aa
#bd6c0f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6c0f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green42.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow92.1%
Key (black)25.9%
Color previews
#bd6c0f text on a black background
contrast 5.32:1
Card sample
#bd6c0f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6c0f;
Background color
Panel with #bd6c0f background
background-color: #bd6c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 108, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 108, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6c0f; background: linear-gradient(135deg, #bd6c0f, #9ABD0F);