#b18813
a dark, electric yellow · warm · closest name: olive
RGB
177, 136, 19
HSL
44°, 81%, 38%
CMYK
0, 23, 89, 31
Luminance
0.2700
Every format
| HEX | #b18813 |
| RGB | rgb(177, 136, 19) |
| HSL | hsl(44, 81%, 38%) |
| CMYK | cmyk(0%, 23%, 89%, 31%) |
| LAB | lab(59.0 5.7 60.6) |
| LCH | lch(59.0 60.9 84.6) |
| OKLCH | oklch(0.648 0.128 86.3) |
Copy-ready code
/* CSS */
color: #b18813;
background-color: #b18813;
/* Tailwind (arbitrary) */
class="text-[#b18813] bg-[#b18813]"
/* SCSS */
$brand: #b18813;
/* SwiftUI */
Color(red: 0.694, green: 0.533, blue: 0.075)
/* Android */
Color.parseColor("#b18813")Accessibility — WCAG contrast
Aa
#b18813 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18813 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green53.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow89.3%
Key (black)30.6%
Color previews
#b18813 text on a black background
contrast 6.40:1
Card sample
#b18813 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18813;
Background color
Panel with #b18813 background
background-color: #b18813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 136, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 136, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18813; background: linear-gradient(135deg, #b18813, #71B113);