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