#b36062
a balanced, soft red · warm · closest name: sienna
RGB
179, 96, 98
HSL
359°, 35%, 54%
CMYK
0, 46, 45, 30
Luminance
0.1883
Every format
| HEX | #b36062 |
| RGB | rgb(179, 96, 98) |
| HSL | hsl(359, 35%, 54%) |
| CMYK | cmyk(0%, 46%, 45%, 30%) |
| LAB | lab(50.5 33.7 14.0) |
| LCH | lch(50.5 36.5 22.6) |
| OKLCH | oklch(0.586 0.107 19.4) |
Copy-ready code
/* CSS */
color: #b36062;
background-color: #b36062;
/* Tailwind (arbitrary) */
class="text-[#b36062] bg-[#b36062]"
/* SCSS */
$brand: #b36062;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.384)
/* Android */
Color.parseColor("#b36062")Accessibility — WCAG contrast
Aa
#b36062 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36062 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.6%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow45.3%
Key (black)29.8%
Color previews
#b36062 text on a black background
contrast 4.77:1
Card sample
#b36062 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36062;
Background color
Panel with #b36062 background
background-color: #b36062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 96, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36062; background: linear-gradient(135deg, #b36062, #B39560);