#b68639
a balanced, vivid orange · warm · closest name: peru
RGB
182, 134, 57
HSL
37°, 52%, 47%
CMYK
0, 26, 69, 29
Luminance
0.2729
Every format
| HEX | #b68639 |
| RGB | rgb(182, 134, 57) |
| HSL | hsl(37, 52%, 47%) |
| CMYK | cmyk(0%, 26%, 69%, 29%) |
| LAB | lab(59.2 10.6 47.3) |
| LCH | lch(59.2 48.4 77.4) |
| OKLCH | oklch(0.652 0.110 76.3) |
Copy-ready code
/* CSS */
color: #b68639;
background-color: #b68639;
/* Tailwind (arbitrary) */
class="text-[#b68639] bg-[#b68639]"
/* SCSS */
$brand: #b68639;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.224)
/* Android */
Color.parseColor("#b68639")Accessibility — WCAG contrast
Aa
#b68639 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68639 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow68.7%
Key (black)28.6%
Color previews
#b68639 text on a black background
contrast 6.46:1
Card sample
#b68639 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68639;
Background color
Panel with #b68639 background
background-color: #b68639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68639; background: linear-gradient(135deg, #b68639, #93B639);