#b18a13
a dark, electric yellow · cool · closest name: olive
RGB
177, 138, 19
HSL
45°, 81%, 38%
CMYK
0, 22, 89, 31
Luminance
0.2757
Every format
| HEX | #b18a13 |
| RGB | rgb(177, 138, 19) |
| HSL | hsl(45, 81%, 38%) |
| CMYK | cmyk(0%, 22%, 89%, 31%) |
| LAB | lab(59.5 4.6 61.0) |
| LCH | lch(59.5 61.2 85.7) |
| OKLCH | oklch(0.653 0.129 87.7) |
Copy-ready code
/* CSS */
color: #b18a13;
background-color: #b18a13;
/* Tailwind (arbitrary) */
class="text-[#b18a13] bg-[#b18a13]"
/* SCSS */
$brand: #b18a13;
/* SwiftUI */
Color(red: 0.694, green: 0.541, blue: 0.075)
/* Android */
Color.parseColor("#b18a13")Accessibility — WCAG contrast
Aa
#b18a13 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18a13 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green54.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow89.3%
Key (black)30.6%
Color previews
#b18a13 text on a black background
contrast 6.51:1
Card sample
#b18a13 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18a13;
Background color
Panel with #b18a13 background
background-color: #b18a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 138, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 138, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18a13; background: linear-gradient(135deg, #b18a13, #6FB113);