#b44f3c
a balanced, vivid red · warm · closest name: sienna
RGB
180, 79, 60
HSL
10°, 50%, 47%
CMYK
0, 56, 67, 29
Luminance
0.1562
Every format
| HEX | #b44f3c |
| RGB | rgb(180, 79, 60) |
| HSL | hsl(10, 50%, 47%) |
| CMYK | cmyk(0%, 56%, 67%, 29%) |
| LAB | lab(46.5 39.7 31.2) |
| LCH | lch(46.5 50.5 38.1) |
| OKLCH | oklch(0.554 0.136 32.4) |
Copy-ready code
/* CSS */
color: #b44f3c;
background-color: #b44f3c;
/* Tailwind (arbitrary) */
class="text-[#b44f3c] bg-[#b44f3c]"
/* SCSS */
$brand: #b44f3c;
/* SwiftUI */
Color(red: 0.706, green: 0.310, blue: 0.235)
/* Android */
Color.parseColor("#b44f3c")Accessibility — WCAG contrast
Aa
#b44f3c on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44f3c on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow66.7%
Key (black)29.4%
Color previews
#b44f3c text on a black background
contrast 4.12:1
Card sample
#b44f3c text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44f3c;
Background color
Panel with #b44f3c background
background-color: #b44f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 79, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 79, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44f3c; background: linear-gradient(135deg, #b44f3c, #B49F3C);