#b68921
a dark, vivid yellow · warm · closest name: peru
RGB
182, 137, 33
HSL
42°, 69%, 42%
CMYK
0, 25, 82, 29
Luminance
0.2795
Every format
| HEX | #b68921 |
| RGB | rgb(182, 137, 33) |
| HSL | hsl(42, 69%, 42%) |
| CMYK | cmyk(0%, 25%, 82%, 29%) |
| LAB | lab(59.8 7.8 57.6) |
| LCH | lch(59.8 58.1 82.3) |
| OKLCH | oklch(0.657 0.125 83.0) |
Copy-ready code
/* CSS */
color: #b68921;
background-color: #b68921;
/* Tailwind (arbitrary) */
class="text-[#b68921] bg-[#b68921]"
/* SCSS */
$brand: #b68921;
/* SwiftUI */
Color(red: 0.714, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#b68921")Accessibility — WCAG contrast
Aa
#b68921 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68921 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow81.9%
Key (black)28.6%
Color previews
#b68921 text on a black background
contrast 6.59:1
Card sample
#b68921 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68921;
Background color
Panel with #b68921 background
background-color: #b68921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68921; background: linear-gradient(135deg, #b68921, #80B621);