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