#b36619
a dark, electric orange · warm · closest name: peru
RGB
179, 102, 25
HSL
30°, 76%, 40%
CMYK
0, 43, 86, 30
Luminance
0.1916
Every format
| HEX | #b36619 |
| RGB | rgb(179, 102, 25) |
| HSL | hsl(30, 76%, 40%) |
| CMYK | cmyk(0%, 43%, 86%, 30%) |
| LAB | lab(50.9 25.7 52.5) |
| LCH | lch(50.9 58.4 63.9) |
| OKLCH | oklch(0.586 0.129 59.0) |
Copy-ready code
/* CSS */
color: #b36619;
background-color: #b36619;
/* Tailwind (arbitrary) */
class="text-[#b36619] bg-[#b36619]"
/* SCSS */
$brand: #b36619;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.098)
/* Android */
Color.parseColor("#b36619")Accessibility — WCAG contrast
Aa
#b36619 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36619 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow86.0%
Key (black)29.8%
Color previews
#b36619 text on a black background
contrast 4.83:1
Card sample
#b36619 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36619;
Background color
Panel with #b36619 background
background-color: #b36619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36619; background: linear-gradient(135deg, #b36619, #99B319);