#bf6321
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 99, 33
HSL
25°, 71%, 44%
CMYK
0, 48, 83, 25
Luminance
0.2011
Every format
| HEX | #bf6321 |
| RGB | rgb(191, 99, 33) |
| HSL | hsl(25, 71%, 44%) |
| CMYK | cmyk(0%, 48%, 83%, 25%) |
| LAB | lab(52.0 32.6 51.0) |
| LCH | lch(52.0 60.5 57.5) |
| OKLCH | oklch(0.598 0.140 51.3) |
Copy-ready code
/* CSS */
color: #bf6321;
background-color: #bf6321;
/* Tailwind (arbitrary) */
class="text-[#bf6321] bg-[#bf6321]"
/* SCSS */
$brand: #bf6321;
/* SwiftUI */
Color(red: 0.749, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#bf6321")Accessibility — WCAG contrast
Aa
#bf6321 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6321 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow82.7%
Key (black)25.1%
Color previews
#bf6321 text on a black background
contrast 5.02:1
Card sample
#bf6321 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6321;
Background color
Panel with #bf6321 background
background-color: #bf6321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6321; background: linear-gradient(135deg, #bf6321, #B1BF21);