#b68620
a dark, vivid yellow · warm · closest name: peru
RGB
182, 134, 32
HSL
41°, 70%, 42%
CMYK
0, 26, 82, 29
Luminance
0.2710
Every format
| HEX | #b68620 |
| RGB | rgb(182, 134, 32) |
| HSL | hsl(41, 70%, 42%) |
| CMYK | cmyk(0%, 26%, 82%, 29%) |
| LAB | lab(59.1 9.4 57.3) |
| LCH | lch(59.1 58.0 80.6) |
| OKLCH | oklch(0.651 0.125 80.9) |
Copy-ready code
/* CSS */
color: #b68620;
background-color: #b68620;
/* Tailwind (arbitrary) */
class="text-[#b68620] bg-[#b68620]"
/* SCSS */
$brand: #b68620;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.125)
/* Android */
Color.parseColor("#b68620")Accessibility — WCAG contrast
Aa
#b68620 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68620 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow82.4%
Key (black)28.6%
Color previews
#b68620 text on a black background
contrast 6.42:1
Card sample
#b68620 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68620;
Background color
Panel with #b68620 background
background-color: #b68620;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68620;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68620; background: linear-gradient(135deg, #b68620, #82B620);