#b4635f
a balanced, soft red · warm · closest name: sienna
RGB
180, 99, 95
HSL
3°, 36%, 54%
CMYK
0, 45, 47, 29
Luminance
0.1945
Every format
| HEX | #b4635f |
| RGB | rgb(180, 99, 95) |
| HSL | hsl(3, 36%, 54%) |
| CMYK | cmyk(0%, 45%, 47%, 29%) |
| LAB | lab(51.2 32.1 16.8) |
| LCH | lch(51.2 36.3 27.6) |
| OKLCH | oklch(0.592 0.105 23.7) |
Copy-ready code
/* CSS */
color: #b4635f;
background-color: #b4635f;
/* Tailwind (arbitrary) */
class="text-[#b4635f] bg-[#b4635f]"
/* SCSS */
$brand: #b4635f;
/* SwiftUI */
Color(red: 0.706, green: 0.388, blue: 0.373)
/* Android */
Color.parseColor("#b4635f")Accessibility — WCAG contrast
Aa
#b4635f on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4635f on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green38.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow47.2%
Key (black)29.4%
Color previews
#b4635f text on a black background
contrast 4.89:1
Card sample
#b4635f text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4635f;
Background color
Panel with #b4635f background
background-color: #b4635f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4635f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 99, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 99, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4635f; background: linear-gradient(135deg, #b4635f, #B49C5F);