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