#b65249
a balanced, soft red · warm · closest name: sienna
RGB
182, 82, 73
HSL
5°, 43%, 50%
CMYK
0, 55, 60, 29
Luminance
0.1646
Every format
| HEX | #b65249 |
| RGB | rgb(182, 82, 73) |
| HSL | hsl(5, 43%, 50%) |
| CMYK | cmyk(0%, 55%, 60%, 29%) |
| LAB | lab(47.6 39.8 25.0) |
| LCH | lch(47.6 47.0 32.1) |
| OKLCH | oklch(0.563 0.132 27.3) |
Copy-ready code
/* CSS */
color: #b65249;
background-color: #b65249;
/* Tailwind (arbitrary) */
class="text-[#b65249] bg-[#b65249]"
/* SCSS */
$brand: #b65249;
/* SwiftUI */
Color(red: 0.714, green: 0.322, blue: 0.286)
/* Android */
Color.parseColor("#b65249")Accessibility — WCAG contrast
Aa
#b65249 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b65249 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green32.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow59.9%
Key (black)28.6%
Color previews
#b65249 text on a black background
contrast 4.29:1
Card sample
#b65249 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65249;
Background color
Panel with #b65249 background
background-color: #b65249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 82, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 82, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65249; background: linear-gradient(135deg, #b65249, #B69B49);