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