#b68e21
a dark, vivid yellow · warm · closest name: peru
RGB
182, 142, 33
HSL
44°, 69%, 42%
CMYK
0, 22, 82, 29
Luminance
0.2940
Every format
| HEX | #b68e21 |
| RGB | rgb(182, 142, 33) |
| HSL | hsl(44, 69%, 42%) |
| CMYK | cmyk(0%, 22%, 82%, 29%) |
| LAB | lab(61.1 5.1 58.7) |
| LCH | lch(61.1 59.0 85.1) |
| OKLCH | oklch(0.667 0.127 86.7) |
Copy-ready code
/* CSS */
color: #b68e21;
background-color: #b68e21;
/* Tailwind (arbitrary) */
class="text-[#b68e21] bg-[#b68e21]"
/* SCSS */
$brand: #b68e21;
/* SwiftUI */
Color(red: 0.714, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#b68e21")Accessibility — WCAG contrast
Aa
#b68e21 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68e21 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow81.9%
Key (black)28.6%
Color previews
#b68e21 text on a black background
contrast 6.88:1
Card sample
#b68e21 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68e21;
Background color
Panel with #b68e21 background
background-color: #b68e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68e21; background: linear-gradient(135deg, #b68e21, #7BB621);