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