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