#b68421
a dark, vivid orange · warm · closest name: peru
RGB
182, 132, 33
HSL
40°, 69%, 42%
CMYK
0, 28, 82, 29
Luminance
0.2656
Every format
| HEX | #b68421 |
| RGB | rgb(182, 132, 33) |
| HSL | hsl(40, 69%, 42%) |
| CMYK | cmyk(0%, 28%, 82%, 29%) |
| LAB | lab(58.6 10.6 56.5) |
| LCH | lch(58.6 57.5 79.4) |
| OKLCH | oklch(0.647 0.124 79.2) |
Copy-ready code
/* CSS */
color: #b68421;
background-color: #b68421;
/* Tailwind (arbitrary) */
class="text-[#b68421] bg-[#b68421]"
/* SCSS */
$brand: #b68421;
/* SwiftUI */
Color(red: 0.714, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#b68421")Accessibility — WCAG contrast
Aa
#b68421 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b68421 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow81.9%
Key (black)28.6%
Color previews
#b68421 text on a black background
contrast 6.31:1
Card sample
#b68421 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68421;
Background color
Panel with #b68421 background
background-color: #b68421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68421; background: linear-gradient(135deg, #b68421, #85B621);