#b36421
a dark, vivid orange · warm · closest name: peru
RGB
179, 100, 33
HSL
28°, 69%, 42%
CMYK
0, 44, 82, 30
Luminance
0.1881
Every format
| HEX | #b36421 |
| RGB | rgb(179, 100, 33) |
| HSL | hsl(28, 69%, 42%) |
| CMYK | cmyk(0%, 44%, 82%, 30%) |
| LAB | lab(50.5 27.0 49.0) |
| LCH | lch(50.5 56.0 61.2) |
| OKLCH | oklch(0.583 0.128 55.9) |
Copy-ready code
/* CSS */
color: #b36421;
background-color: #b36421;
/* Tailwind (arbitrary) */
class="text-[#b36421] bg-[#b36421]"
/* SCSS */
$brand: #b36421;
/* SwiftUI */
Color(red: 0.702, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#b36421")Accessibility — WCAG contrast
Aa
#b36421 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36421 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow81.6%
Key (black)29.8%
Color previews
#b36421 text on a black background
contrast 4.76:1
Card sample
#b36421 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36421;
Background color
Panel with #b36421 background
background-color: #b36421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36421; background: linear-gradient(135deg, #b36421, #A1B321);