#b36664
a balanced, soft red · warm · closest name: sienna
RGB
179, 102, 100
HSL
2°, 34%, 55%
CMYK
0, 43, 44, 30
Luminance
0.2001
Every format
| HEX | #b36664 |
| RGB | rgb(179, 102, 100) |
| HSL | hsl(2, 34%, 55%) |
| CMYK | cmyk(0%, 43%, 44%, 30%) |
| LAB | lab(51.9 30.6 14.7) |
| LCH | lch(51.9 34.0 25.6) |
| OKLCH | oklch(0.597 0.100 22.1) |
Copy-ready code
/* CSS */
color: #b36664;
background-color: #b36664;
/* Tailwind (arbitrary) */
class="text-[#b36664] bg-[#b36664]"
/* SCSS */
$brand: #b36664;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.392)
/* Android */
Color.parseColor("#b36664")Accessibility — WCAG contrast
Aa
#b36664 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36664 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow44.1%
Key (black)29.8%
Color previews
#b36664 text on a black background
contrast 5.00:1
Card sample
#b36664 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36664;
Background color
Panel with #b36664 background
background-color: #b36664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36664; background: linear-gradient(135deg, #b36664, #B39B64);