#b06a12
a dark, electric orange · warm · closest name: peru
RGB
176, 106, 18
HSL
33°, 81%, 38%
CMYK
0, 40, 90, 31
Luminance
0.1958
Every format
| HEX | #b06a12 |
| RGB | rgb(176, 106, 18) |
| HSL | hsl(33, 81%, 38%) |
| CMYK | cmyk(0%, 40%, 90%, 31%) |
| LAB | lab(51.4 22.0 54.9) |
| LCH | lch(51.4 59.1 68.2) |
| OKLCH | oklch(0.589 0.127 64.3) |
Copy-ready code
/* CSS */
color: #b06a12;
background-color: #b06a12;
/* Tailwind (arbitrary) */
class="text-[#b06a12] bg-[#b06a12]"
/* SCSS */
$brand: #b06a12;
/* SwiftUI */
Color(red: 0.690, green: 0.416, blue: 0.071)
/* Android */
Color.parseColor("#b06a12")Accessibility — WCAG contrast
Aa
#b06a12 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06a12 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.6%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow89.8%
Key (black)31.0%
Color previews
#b06a12 text on a black background
contrast 4.92:1
Card sample
#b06a12 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06a12;
Background color
Panel with #b06a12 background
background-color: #b06a12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06a12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 106, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 106, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06a12; background: linear-gradient(135deg, #b06a12, #8DB012);