#b19521
a dark, vivid yellow · cool · closest name: olive
RGB
177, 149, 33
HSL
48°, 69%, 41%
CMYK
0, 16, 81, 31
Luminance
0.3095
Every format
| HEX | #b19521 |
| RGB | rgb(177, 149, 33) |
| HSL | hsl(48, 69%, 41%) |
| CMYK | cmyk(0%, 16%, 81%, 31%) |
| LAB | lab(62.5 -1.0 59.7) |
| LCH | lch(62.5 59.7 91.0) |
| OKLCH | oklch(0.676 0.129 94.3) |
Copy-ready code
/* CSS */
color: #b19521;
background-color: #b19521;
/* Tailwind (arbitrary) */
class="text-[#b19521] bg-[#b19521]"
/* SCSS */
$brand: #b19521;
/* SwiftUI */
Color(red: 0.694, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#b19521")Accessibility — WCAG contrast
Aa
#b19521 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b19521 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow81.4%
Key (black)30.6%
Color previews
#b19521 text on a black background
contrast 7.19:1
Card sample
#b19521 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19521;
Background color
Panel with #b19521 background
background-color: #b19521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19521; background: linear-gradient(135deg, #b19521, #6DB121);