#b66f5d
a balanced, soft red · warm · closest name: sienna
RGB
182, 111, 93
HSL
12°, 38%, 54%
CMYK
0, 39, 49, 29
Luminance
0.2210
Every format
| HEX | #b66f5d |
| RGB | rgb(182, 111, 93) |
| HSL | hsl(12, 38%, 54%) |
| CMYK | cmyk(0%, 39%, 49%, 29%) |
| LAB | lab(54.1 26.2 21.9) |
| LCH | lch(54.1 34.1 40.0) |
| OKLCH | oklch(0.615 0.095 35.0) |
Copy-ready code
/* CSS */
color: #b66f5d;
background-color: #b66f5d;
/* Tailwind (arbitrary) */
class="text-[#b66f5d] bg-[#b66f5d]"
/* SCSS */
$brand: #b66f5d;
/* SwiftUI */
Color(red: 0.714, green: 0.435, blue: 0.365)
/* Android */
Color.parseColor("#b66f5d")Accessibility — WCAG contrast
Aa
#b66f5d on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66f5d on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green43.5%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow48.9%
Key (black)28.6%
Color previews
#b66f5d text on a black background
contrast 5.42:1
Card sample
#b66f5d text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66f5d;
Background color
Panel with #b66f5d background
background-color: #b66f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 111, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 111, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66f5d; background: linear-gradient(135deg, #b66f5d, #B6AA5D);