#b19213
a dark, electric yellow · cool · closest name: olive
RGB
177, 146, 19
HSL
48°, 81%, 38%
CMYK
0, 18, 89, 31
Luminance
0.2995
Every format
| HEX | #b19213 |
| RGB | rgb(177, 146, 19) |
| HSL | hsl(48, 81%, 38%) |
| CMYK | cmyk(0%, 18%, 89%, 31%) |
| LAB | lab(61.6 0.2 62.7) |
| LCH | lch(61.6 62.7 89.8) |
| OKLCH | oklch(0.669 0.133 93.1) |
Copy-ready code
/* CSS */
color: #b19213;
background-color: #b19213;
/* Tailwind (arbitrary) */
class="text-[#b19213] bg-[#b19213]"
/* SCSS */
$brand: #b19213;
/* SwiftUI */
Color(red: 0.694, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#b19213")Accessibility — WCAG contrast
Aa
#b19213 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b19213 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow89.3%
Key (black)30.6%
Color previews
#b19213 text on a black background
contrast 6.99:1
Card sample
#b19213 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19213;
Background color
Panel with #b19213 background
background-color: #b19213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19213; background: linear-gradient(135deg, #b19213, #67B113);