#b29f13
a dark, electric yellow · cool · closest name: olive
RGB
178, 159, 19
HSL
53°, 81%, 39%
CMYK
0, 11, 89, 30
Luminance
0.3431
Every format
| HEX | #b29f13 |
| RGB | rgb(178, 159, 19) |
| HSL | hsl(53, 81%, 39%) |
| CMYK | cmyk(0%, 11%, 89%, 30%) |
| LAB | lab(65.2 -6.3 65.6) |
| LCH | lch(65.2 65.9 95.5) |
| OKLCH | oklch(0.698 0.141 100.5) |
Copy-ready code
/* CSS */
color: #b29f13;
background-color: #b29f13;
/* Tailwind (arbitrary) */
class="text-[#b29f13] bg-[#b29f13]"
/* SCSS */
$brand: #b29f13;
/* SwiftUI */
Color(red: 0.698, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#b29f13")Accessibility — WCAG contrast
Aa
#b29f13 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b29f13 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow89.3%
Key (black)30.2%
Color previews
#b29f13 text on a black background
contrast 7.86:1
Card sample
#b29f13 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b29f13;
Background color
Panel with #b29f13 background
background-color: #b29f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b29f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b29f13; background: linear-gradient(135deg, #b29f13, #5BB213);