#bd6b21
a dark, vivid orange · warm · closest name: chocolate
RGB
189, 107, 33
HSL
29°, 70%, 44%
CMYK
0, 43, 83, 26
Luminance
0.2144
Every format
| HEX | #bd6b21 |
| RGB | rgb(189, 107, 33) |
| HSL | hsl(29, 70%, 44%) |
| CMYK | cmyk(0%, 43%, 83%, 26%) |
| LAB | lab(53.4 27.4 52.2) |
| LCH | lch(53.4 59.0 62.3) |
| OKLCH | oklch(0.609 0.133 57.2) |
Copy-ready code
/* CSS */
color: #bd6b21;
background-color: #bd6b21;
/* Tailwind (arbitrary) */
class="text-[#bd6b21] bg-[#bd6b21]"
/* SCSS */
$brand: #bd6b21;
/* SwiftUI */
Color(red: 0.741, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#bd6b21")Accessibility — WCAG contrast
Aa
#bd6b21 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6b21 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow82.5%
Key (black)25.9%
Color previews
#bd6b21 text on a black background
contrast 5.29:1
Card sample
#bd6b21 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6b21;
Background color
Panel with #bd6b21 background
background-color: #bd6b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6b21; background: linear-gradient(135deg, #bd6b21, #A7BD21);