#bf6521
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 101, 33
HSL
26°, 71%, 44%
CMYK
0, 47, 83, 25
Luminance
0.2049
Every format
| HEX | #bf6521 |
| RGB | rgb(191, 101, 33) |
| HSL | hsl(26, 71%, 44%) |
| CMYK | cmyk(0%, 47%, 83%, 25%) |
| LAB | lab(52.4 31.5 51.4) |
| LCH | lch(52.4 60.3 58.5) |
| OKLCH | oklch(0.601 0.138 52.6) |
Copy-ready code
/* CSS */
color: #bf6521;
background-color: #bf6521;
/* Tailwind (arbitrary) */
class="text-[#bf6521] bg-[#bf6521]"
/* SCSS */
$brand: #bf6521;
/* SwiftUI */
Color(red: 0.749, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#bf6521")Accessibility — WCAG contrast
Aa
#bf6521 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6521 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow82.7%
Key (black)25.1%
Color previews
#bf6521 text on a black background
contrast 5.10:1
Card sample
#bf6521 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6521;
Background color
Panel with #bf6521 background
background-color: #bf6521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6521; background: linear-gradient(135deg, #bf6521, #B0BF21);