#b67f6d
a balanced, soft red · warm · closest name: tan
RGB
182, 127, 109
HSL
15°, 33%, 57%
CMYK
0, 30, 40, 29
Luminance
0.2623
Every format
| HEX | #b67f6d |
| RGB | rgb(182, 127, 109) |
| HSL | hsl(15, 33%, 57%) |
| CMYK | cmyk(0%, 30%, 40%, 29%) |
| LAB | lab(58.3 19.0 18.3) |
| LCH | lch(58.3 26.4 44.0) |
| OKLCH | oklch(0.647 0.074 38.9) |
Copy-ready code
/* CSS */
color: #b67f6d;
background-color: #b67f6d;
/* Tailwind (arbitrary) */
class="text-[#b67f6d] bg-[#b67f6d]"
/* SCSS */
$brand: #b67f6d;
/* SwiftUI */
Color(red: 0.714, green: 0.498, blue: 0.427)
/* Android */
Color.parseColor("#b67f6d")Accessibility — WCAG contrast
Aa
#b67f6d on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67f6d on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green49.8%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow40.1%
Key (black)28.6%
Color previews
#b67f6d text on a black background
contrast 6.25:1
Card sample
#b67f6d text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67f6d;
Background color
Panel with #b67f6d background
background-color: #b67f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 127, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 127, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67f6d; background: linear-gradient(135deg, #b67f6d, #B6B06D);