#bf6c21
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 108, 33
HSL
29°, 71%, 44%
CMYK
0, 44, 83, 25
Luminance
0.2191
Every format
| HEX | #bf6c21 |
| RGB | rgb(191, 108, 33) |
| HSL | hsl(29, 71%, 44%) |
| CMYK | cmyk(0%, 44%, 83%, 25%) |
| LAB | lab(53.9 27.7 52.8) |
| LCH | lch(53.9 59.6 62.3) |
| OKLCH | oklch(0.613 0.134 57.1) |
Copy-ready code
/* CSS */
color: #bf6c21;
background-color: #bf6c21;
/* Tailwind (arbitrary) */
class="text-[#bf6c21] bg-[#bf6c21]"
/* SCSS */
$brand: #bf6c21;
/* SwiftUI */
Color(red: 0.749, green: 0.424, blue: 0.129)
/* Android */
Color.parseColor("#bf6c21")Accessibility — WCAG contrast
Aa
#bf6c21 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6c21 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green42.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow82.7%
Key (black)25.1%
Color previews
#bf6c21 text on a black background
contrast 5.38:1
Card sample
#bf6c21 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6c21;
Background color
Panel with #bf6c21 background
background-color: #bf6c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 108, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 108, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6c21; background: linear-gradient(135deg, #bf6c21, #A9BF21);