#b18a63
a balanced, soft orange · warm · closest name: tan
RGB
177, 138, 99
HSL
30°, 33%, 54%
CMYK
0, 22, 44, 31
Luminance
0.2842
Every format
| HEX | #b18a63 |
| RGB | rgb(177, 138, 99) |
| HSL | hsl(30, 33%, 54%) |
| CMYK | cmyk(0%, 22%, 44%, 31%) |
| LAB | lab(60.3 9.7 26.6) |
| LCH | lch(60.3 28.3 70.0) |
| OKLCH | oklch(0.661 0.072 66.1) |
Copy-ready code
/* CSS */
color: #b18a63;
background-color: #b18a63;
/* Tailwind (arbitrary) */
class="text-[#b18a63] bg-[#b18a63]"
/* SCSS */
$brand: #b18a63;
/* SwiftUI */
Color(red: 0.694, green: 0.541, blue: 0.388)
/* Android */
Color.parseColor("#b18a63")Accessibility — WCAG contrast
Aa
#b18a63 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18a63 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green54.1%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow44.1%
Key (black)30.6%
Color previews
#b18a63 text on a black background
contrast 6.68:1
Card sample
#b18a63 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18a63;
Background color
Panel with #b18a63 background
background-color: #b18a63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18a63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 138, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 138, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18a63; background: linear-gradient(135deg, #b18a63, #A4B163);