#b16363
a balanced, soft red · warm · closest name: sienna
RGB
177, 99, 99
HSL
0°, 33%, 54%
CMYK
0, 44, 44, 31
Luminance
0.1917
Every format
| HEX | #b16363 |
| RGB | rgb(177, 99, 99) |
| HSL | hsl(0, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 44%, 31%) |
| LAB | lab(50.9 31.4 13.9) |
| LCH | lch(50.9 34.3 23.9) |
| OKLCH | oklch(0.589 0.101 20.6) |
Copy-ready code
/* CSS */
color: #b16363;
background-color: #b16363;
/* Tailwind (arbitrary) */
class="text-[#b16363] bg-[#b16363]"
/* SCSS */
$brand: #b16363;
/* SwiftUI */
Color(red: 0.694, green: 0.388, blue: 0.388)
/* Android */
Color.parseColor("#b16363")Accessibility — WCAG contrast
Aa
#b16363 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16363 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow44.1%
Key (black)30.6%
Color previews
#b16363 text on a black background
contrast 4.83:1
Card sample
#b16363 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16363;
Background color
Panel with #b16363 background
background-color: #b16363;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16363;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 99, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 99, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16363; background: linear-gradient(135deg, #b16363, #B19763);