#b39919
a dark, electric yellow · cool · closest name: olive
RGB
179, 153, 25
HSL
50°, 76%, 40%
CMYK
0, 15, 86, 30
Luminance
0.3244
Every format
| HEX | #b39919 |
| RGB | rgb(179, 153, 25) |
| HSL | hsl(50, 76%, 40%) |
| CMYK | cmyk(0%, 15%, 86%, 30%) |
| LAB | lab(63.7 -2.5 63.1) |
| LCH | lch(63.7 63.1 92.3) |
| OKLCH | oklch(0.686 0.135 96.2) |
Copy-ready code
/* CSS */
color: #b39919;
background-color: #b39919;
/* Tailwind (arbitrary) */
class="text-[#b39919] bg-[#b39919]"
/* SCSS */
$brand: #b39919;
/* SwiftUI */
Color(red: 0.702, green: 0.600, blue: 0.098)
/* Android */
Color.parseColor("#b39919")Accessibility — WCAG contrast
Aa
#b39919 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b39919 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green60.0%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow86.0%
Key (black)29.8%
Color previews
#b39919 text on a black background
contrast 7.49:1
Card sample
#b39919 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b39919;
Background color
Panel with #b39919 background
background-color: #b39919;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b39919;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 153, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 153, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b39919; background: linear-gradient(135deg, #b39919, #66B319);