#b68616
a dark, electric yellow · warm · closest name: peru
RGB
182, 134, 22
HSL
42°, 78%, 40%
CMYK
0, 26, 88, 29
Luminance
0.2705
Every format
| HEX | #b68616 |
| RGB | rgb(182, 134, 22) |
| HSL | hsl(42, 78%, 40%) |
| CMYK | cmyk(0%, 26%, 88%, 29%) |
| LAB | lab(59.0 9.2 60.2) |
| LCH | lch(59.0 60.9 81.3) |
| OKLCH | oklch(0.650 0.129 81.9) |
Copy-ready code
/* CSS */
color: #b68616;
background-color: #b68616;
/* Tailwind (arbitrary) */
class="text-[#b68616] bg-[#b68616]"
/* SCSS */
$brand: #b68616;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.086)
/* Android */
Color.parseColor("#b68616")Accessibility — WCAG contrast
Aa
#b68616 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68616 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow87.9%
Key (black)28.6%
Color previews
#b68616 text on a black background
contrast 6.41:1
Card sample
#b68616 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68616;
Background color
Panel with #b68616 background
background-color: #b68616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68616; background: linear-gradient(135deg, #b68616, #7BB616);