#b19f13
a dark, electric yellow · cool · closest name: olive
RGB
177, 159, 19
HSL
53°, 81%, 38%
CMYK
0, 10, 89, 31
Luminance
0.3419
Every format
| HEX | #b19f13 |
| RGB | rgb(177, 159, 19) |
| HSL | hsl(53, 81%, 38%) |
| CMYK | cmyk(0%, 10%, 89%, 31%) |
| LAB | lab(65.1 -6.8 65.5) |
| LCH | lch(65.1 65.8 95.9) |
| OKLCH | oklch(0.697 0.141 101.0) |
Copy-ready code
/* CSS */
color: #b19f13;
background-color: #b19f13;
/* Tailwind (arbitrary) */
class="text-[#b19f13] bg-[#b19f13]"
/* SCSS */
$brand: #b19f13;
/* SwiftUI */
Color(red: 0.694, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#b19f13")Accessibility — WCAG contrast
Aa
#b19f13 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b19f13 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green62.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow89.3%
Key (black)30.6%
Color previews
#b19f13 text on a black background
contrast 7.84:1
Card sample
#b19f13 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b19f13;
Background color
Panel with #b19f13 background
background-color: #b19f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b19f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b19f13; background: linear-gradient(135deg, #b19f13, #5AB113);