#b28613
a dark, electric yellow · warm · closest name: peru
RGB
178, 134, 19
HSL
43°, 81%, 39%
CMYK
0, 25, 89, 30
Luminance
0.2656
Every format
| HEX | #b28613 |
| RGB | rgb(178, 134, 19) |
| HSL | hsl(43, 81%, 39%) |
| CMYK | cmyk(0%, 25%, 89%, 30%) |
| LAB | lab(58.6 7.3 60.4) |
| LCH | lch(58.6 60.8 83.1) |
| OKLCH | oklch(0.645 0.128 84.3) |
Copy-ready code
/* CSS */
color: #b28613;
background-color: #b28613;
/* Tailwind (arbitrary) */
class="text-[#b28613] bg-[#b28613]"
/* SCSS */
$brand: #b28613;
/* SwiftUI */
Color(red: 0.698, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#b28613")Accessibility — WCAG contrast
Aa
#b28613 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b28613 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow89.3%
Key (black)30.2%
Color previews
#b28613 text on a black background
contrast 6.31:1
Card sample
#b28613 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28613;
Background color
Panel with #b28613 background
background-color: #b28613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28613; background: linear-gradient(135deg, #b28613, #74B213);