#b16865
a balanced, soft red · warm · closest name: sienna
RGB
177, 104, 101
HSL
2°, 33%, 55%
CMYK
0, 41, 43, 31
Luminance
0.2019
Every format
| HEX | #b16865 |
| RGB | rgb(177, 104, 101) |
| HSL | hsl(2, 33%, 55%) |
| CMYK | cmyk(0%, 41%, 43%, 31%) |
| LAB | lab(52.0 28.9 14.3) |
| LCH | lch(52.0 32.2 26.4) |
| OKLCH | oklch(0.598 0.094 22.8) |
Copy-ready code
/* CSS */
color: #b16865;
background-color: #b16865;
/* Tailwind (arbitrary) */
class="text-[#b16865] bg-[#b16865]"
/* SCSS */
$brand: #b16865;
/* SwiftUI */
Color(red: 0.694, green: 0.408, blue: 0.396)
/* Android */
Color.parseColor("#b16865")Accessibility — WCAG contrast
Aa
#b16865 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16865 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green40.8%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow42.9%
Key (black)30.6%
Color previews
#b16865 text on a black background
contrast 5.04:1
Card sample
#b16865 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16865;
Background color
Panel with #b16865 background
background-color: #b16865;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16865;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 104, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 104, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16865; background: linear-gradient(135deg, #b16865, #B19B65);