#b27713
a dark, electric orange · warm · closest name: peru
RGB
178, 119, 19
HSL
38°, 81%, 39%
CMYK
0, 33, 89, 30
Luminance
0.2271
Every format
| HEX | #b27713 |
| RGB | rgb(178, 119, 19) |
| HSL | hsl(38, 81%, 39%) |
| CMYK | cmyk(0%, 33%, 89%, 30%) |
| LAB | lab(54.8 15.6 57.4) |
| LCH | lch(54.8 59.5 74.7) |
| OKLCH | oklch(0.616 0.126 73.0) |
Copy-ready code
/* CSS */
color: #b27713;
background-color: #b27713;
/* Tailwind (arbitrary) */
class="text-[#b27713] bg-[#b27713]"
/* SCSS */
$brand: #b27713;
/* SwiftUI */
Color(red: 0.698, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#b27713")Accessibility — WCAG contrast
Aa
#b27713 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27713 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow89.3%
Key (black)30.2%
Color previews
#b27713 text on a black background
contrast 5.54:1
Card sample
#b27713 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27713;
Background color
Panel with #b27713 background
background-color: #b27713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27713; background: linear-gradient(135deg, #b27713, #83B213);