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