#b04f4f
a balanced, soft red · warm · closest name: sienna
RGB
176, 79, 79
HSL
0°, 38%, 50%
CMYK
0, 55, 55, 31
Luminance
0.1539
Every format
| HEX | #b04f4f |
| RGB | rgb(176, 79, 79) |
| HSL | hsl(0, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 55%, 31%) |
| LAB | lab(46.2 39.6 19.4) |
| LCH | lch(46.2 44.1 26.1) |
| OKLCH | oklch(0.551 0.127 22.1) |
Copy-ready code
/* CSS */
color: #b04f4f;
background-color: #b04f4f;
/* Tailwind (arbitrary) */
class="text-[#b04f4f] bg-[#b04f4f]"
/* SCSS */
$brand: #b04f4f;
/* SwiftUI */
Color(red: 0.690, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#b04f4f")Accessibility — WCAG contrast
Aa
#b04f4f on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04f4f on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow55.1%
Key (black)31.0%
Color previews
#b04f4f text on a black background
contrast 4.08:1
Card sample
#b04f4f text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04f4f;
Background color
Panel with #b04f4f background
background-color: #b04f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04f4f; background: linear-gradient(135deg, #b04f4f, #B0904F);