#b08064
a balanced, soft orange · warm · closest name: tan
RGB
176, 128, 100
HSL
22°, 33%, 54%
CMYK
0, 27, 43, 31
Luminance
0.2559
Every format
| HEX | #b08064 |
| RGB | rgb(176, 128, 100) |
| HSL | hsl(22, 33%, 54%) |
| CMYK | cmyk(0%, 27%, 43%, 31%) |
| LAB | lab(57.6 15.0 22.5) |
| LCH | lch(57.6 27.0 56.4) |
| OKLCH | oklch(0.640 0.072 51.3) |
Copy-ready code
/* CSS */
color: #b08064;
background-color: #b08064;
/* Tailwind (arbitrary) */
class="text-[#b08064] bg-[#b08064]"
/* SCSS */
$brand: #b08064;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.392)
/* Android */
Color.parseColor("#b08064")Accessibility — WCAG contrast
Aa
#b08064 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08064 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow43.2%
Key (black)31.0%
Color previews
#b08064 text on a black background
contrast 6.12:1
Card sample
#b08064 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08064;
Background color
Panel with #b08064 background
background-color: #b08064;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08064;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08064; background: linear-gradient(135deg, #b08064, #ADB064);