#b68634
a balanced, vivid orange · warm · closest name: peru
RGB
182, 134, 52
HSL
38°, 56%, 46%
CMYK
0, 26, 71, 29
Luminance
0.2724
Every format
| HEX | #b68634 |
| RGB | rgb(182, 134, 52) |
| HSL | hsl(38, 56%, 46%) |
| CMYK | cmyk(0%, 26%, 71%, 29%) |
| LAB | lab(59.2 10.3 49.5) |
| LCH | lch(59.2 50.6 78.3) |
| OKLCH | oklch(0.652 0.114 77.5) |
Copy-ready code
/* CSS */
color: #b68634;
background-color: #b68634;
/* Tailwind (arbitrary) */
class="text-[#b68634] bg-[#b68634]"
/* SCSS */
$brand: #b68634;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.204)
/* Android */
Color.parseColor("#b68634")Accessibility — WCAG contrast
Aa
#b68634 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68634 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow71.4%
Key (black)28.6%
Color previews
#b68634 text on a black background
contrast 6.45:1
Card sample
#b68634 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68634;
Background color
Panel with #b68634 background
background-color: #b68634;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68634;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68634; background: linear-gradient(135deg, #b68634, #90B634);