#b1663e
a balanced, vivid orange · warm · closest name: sienna
RGB
177, 102, 62
HSL
21°, 48%, 47%
CMYK
0, 42, 65, 31
Luminance
0.1920
Every format
| HEX | #b1663e |
| RGB | rgb(177, 102, 62) |
| HSL | hsl(21, 48%, 47%) |
| CMYK | cmyk(0%, 42%, 65%, 31%) |
| LAB | lab(50.9 26.5 35.2) |
| LCH | lch(50.9 44.1 53.0) |
| OKLCH | oklch(0.587 0.111 47.7) |
Copy-ready code
/* CSS */
color: #b1663e;
background-color: #b1663e;
/* Tailwind (arbitrary) */
class="text-[#b1663e] bg-[#b1663e]"
/* SCSS */
$brand: #b1663e;
/* SwiftUI */
Color(red: 0.694, green: 0.400, blue: 0.243)
/* Android */
Color.parseColor("#b1663e")Accessibility — WCAG contrast
Aa
#b1663e on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b1663e on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green40.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow65.0%
Key (black)30.6%
Color previews
#b1663e text on a black background
contrast 4.84:1
Card sample
#b1663e text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1663e;
Background color
Panel with #b1663e background
background-color: #b1663e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1663e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 102, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 102, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1663e; background: linear-gradient(135deg, #b1663e, #AFB13E);