#bf9600
a dark, electric yellow · cool · closest name: olive
RGB
191, 150, 0
HSL
47°, 100%, 38%
CMYK
0, 22, 100, 25
Luminance
0.3289
Every format
| HEX | #bf9600 |
| RGB | rgb(191, 150, 0) |
| HSL | hsl(47, 100%, 38%) |
| CMYK | cmyk(0%, 22%, 100%, 25%) |
| LAB | lab(64.1 4.1 68.2) |
| LCH | lch(64.1 68.3 86.5) |
| OKLCH | oklch(0.692 0.141 89.1) |
Copy-ready code
/* CSS */
color: #bf9600;
background-color: #bf9600;
/* Tailwind (arbitrary) */
class="text-[#bf9600] bg-[#bf9600]"
/* SCSS */
$brand: #bf9600;
/* SwiftUI */
Color(red: 0.749, green: 0.588, blue: 0.000)
/* Android */
Color.parseColor("#bf9600")Accessibility — WCAG contrast
Aa
#bf9600 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9600 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green58.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow100.0%
Key (black)25.1%
Color previews
#bf9600 text on a black background
contrast 7.58:1
Card sample
#bf9600 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9600;
Background color
Panel with #bf9600 background
background-color: #bf9600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 150, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 150, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9600; background: linear-gradient(135deg, #bf9600, #69BF00);