#b65342
a balanced, vivid red · warm · closest name: sienna
RGB
182, 83, 66
HSL
9°, 47%, 49%
CMYK
0, 54, 64, 29
Luminance
0.1652
Every format
| HEX | #b65342 |
| RGB | rgb(182, 83, 66) |
| HSL | hsl(9, 47%, 49%) |
| CMYK | cmyk(0%, 54%, 64%, 29%) |
| LAB | lab(47.7 38.9 29.2) |
| LCH | lch(47.7 48.6 36.9) |
| OKLCH | oklch(0.564 0.132 31.5) |
Copy-ready code
/* CSS */
color: #b65342;
background-color: #b65342;
/* Tailwind (arbitrary) */
class="text-[#b65342] bg-[#b65342]"
/* SCSS */
$brand: #b65342;
/* SwiftUI */
Color(red: 0.714, green: 0.325, blue: 0.259)
/* Android */
Color.parseColor("#b65342")Accessibility — WCAG contrast
Aa
#b65342 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65342 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green32.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow63.7%
Key (black)28.6%
Color previews
#b65342 text on a black background
contrast 4.30:1
Card sample
#b65342 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65342;
Background color
Panel with #b65342 background
background-color: #b65342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 83, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 83, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65342; background: linear-gradient(135deg, #b65342, #B6A042);