#b19829
a dark, vivid yellow · cool · closest name: olive
RGB
177, 152, 41
HSL
49°, 62%, 43%
CMYK
0, 14, 77, 31
Luminance
0.3196
Every format
| HEX | #b19829 |
| RGB | rgb(177, 152, 41) |
| HSL | hsl(49, 62%, 43%) |
| CMYK | cmyk(0%, 14%, 77%, 31%) |
| LAB | lab(63.3 -2.3 57.8) |
| LCH | lch(63.3 57.8 92.3) |
| OKLCH | oklch(0.683 0.127 95.7) |
Copy-ready code
/* CSS */
color: #b19829;
background-color: #b19829;
/* Tailwind (arbitrary) */
class="text-[#b19829] bg-[#b19829]"
/* SCSS */
$brand: #b19829;
/* SwiftUI */
Color(red: 0.694, green: 0.596, blue: 0.161)
/* Android */
Color.parseColor("#b19829")Accessibility — WCAG contrast
Aa
#b19829 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b19829 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green59.6%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow76.8%
Key (black)30.6%
Color previews
#b19829 text on a black background
contrast 7.39:1
Card sample
#b19829 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19829;
Background color
Panel with #b19829 background
background-color: #b19829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 152, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 152, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19829; background: linear-gradient(135deg, #b19829, #6FB129);