#bf6f13
a dark, electric orange · warm · closest name: chocolate
RGB
191, 111, 19
HSL
32°, 82%, 41%
CMYK
0, 42, 90, 25
Luminance
0.2249
Every format
| HEX | #bf6f13 |
| RGB | rgb(191, 111, 19) |
| HSL | hsl(32, 82%, 41%) |
| CMYK | cmyk(0%, 42%, 90%, 25%) |
| LAB | lab(54.5 25.8 57.9) |
| LCH | lch(54.5 63.4 66.0) |
| OKLCH | oklch(0.618 0.137 61.4) |
Copy-ready code
/* CSS */
color: #bf6f13;
background-color: #bf6f13;
/* Tailwind (arbitrary) */
class="text-[#bf6f13] bg-[#bf6f13]"
/* SCSS */
$brand: #bf6f13;
/* SwiftUI */
Color(red: 0.749, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#bf6f13")Accessibility — WCAG contrast
Aa
#bf6f13 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6f13 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow90.1%
Key (black)25.1%
Color previews
#bf6f13 text on a black background
contrast 5.50:1
Card sample
#bf6f13 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6f13;
Background color
Panel with #bf6f13 background
background-color: #bf6f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6f13; background: linear-gradient(135deg, #bf6f13, #9CBF13);