#b68601
a dark, electric yellow · warm · closest name: peru
RGB
182, 134, 1
HSL
44°, 99%, 36%
CMYK
0, 26, 100, 29
Luminance
0.2700
Every format
| HEX | #b68601 |
| RGB | rgb(182, 134, 1) |
| HSL | hsl(44, 99%, 36%) |
| CMYK | cmyk(0%, 26%, 100%, 29%) |
| LAB | lab(59.0 8.8 64.0) |
| LCH | lch(59.0 64.7 82.2) |
| OKLCH | oklch(0.650 0.133 83.1) |
Copy-ready code
/* CSS */
color: #b68601;
background-color: #b68601;
/* Tailwind (arbitrary) */
class="text-[#b68601] bg-[#b68601]"
/* SCSS */
$brand: #b68601;
/* SwiftUI */
Color(red: 0.714, green: 0.525, blue: 0.004)
/* Android */
Color.parseColor("#b68601")Accessibility — WCAG contrast
Aa
#b68601 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68601 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green52.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow99.5%
Key (black)28.6%
Color previews
#b68601 text on a black background
contrast 6.40:1
Card sample
#b68601 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68601;
Background color
Panel with #b68601 background
background-color: #b68601;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68601;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 134, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 134, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68601; background: linear-gradient(135deg, #b68601, #6DB601);