#bf6000
a dark, electric orange · warm · closest name: chocolate
RGB
191, 96, 0
HSL
30°, 100%, 38%
CMYK
0, 50, 100, 25
Luminance
0.1944
Every format
| HEX | #bf6000 |
| RGB | rgb(191, 96, 0) |
| HSL | hsl(30, 100%, 38%) |
| CMYK | cmyk(0%, 50%, 100%, 25%) |
| LAB | lab(51.2 33.5 59.8) |
| LCH | lch(51.2 68.5 60.7) |
| OKLCH | oklch(0.592 0.148 54.0) |
Copy-ready code
/* CSS */
color: #bf6000;
background-color: #bf6000;
/* Tailwind (arbitrary) */
class="text-[#bf6000] bg-[#bf6000]"
/* SCSS */
$brand: #bf6000;
/* SwiftUI */
Color(red: 0.749, green: 0.376, blue: 0.000)
/* Android */
Color.parseColor("#bf6000")Accessibility — WCAG contrast
Aa
#bf6000 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6000 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow100.0%
Key (black)25.1%
Color previews
#bf6000 text on a black background
contrast 4.89:1
Card sample
#bf6000 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6000;
Background color
Panel with #bf6000 background
background-color: #bf6000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 96, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 96, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6000; background: linear-gradient(135deg, #bf6000, #9FBF00);