#b19f21
a dark, vivid yellow · cool · closest name: olive
RGB
177, 159, 33
HSL
53°, 69%, 41%
CMYK
0, 10, 81, 31
Luminance
0.3425
Every format
| HEX | #b19f21 |
| RGB | rgb(177, 159, 33) |
| HSL | hsl(53, 69%, 41%) |
| CMYK | cmyk(0%, 10%, 81%, 31%) |
| LAB | lab(65.2 -6.4 62.1) |
| LCH | lch(65.2 62.4 95.9) |
| OKLCH | oklch(0.698 0.136 100.5) |
Copy-ready code
/* CSS */
color: #b19f21;
background-color: #b19f21;
/* Tailwind (arbitrary) */
class="text-[#b19f21] bg-[#b19f21]"
/* SCSS */
$brand: #b19f21;
/* SwiftUI */
Color(red: 0.694, green: 0.624, blue: 0.129)
/* Android */
Color.parseColor("#b19f21")Accessibility — WCAG contrast
Aa
#b19f21 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b19f21 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green62.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow81.4%
Key (black)30.6%
Color previews
#b19f21 text on a black background
contrast 7.85:1
Card sample
#b19f21 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19f21;
Background color
Panel with #b19f21 background
background-color: #b19f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 159, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 159, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19f21; background: linear-gradient(135deg, #b19f21, #63B121);