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