#84635c
a dark, soft red · warm · closest name: gray
RGB
132, 99, 92
HSL
11°, 18%, 44%
CMYK
0, 25, 30, 48
Luminance
0.1460
Every format
| HEX | #84635c |
| RGB | rgb(132, 99, 92) |
| HSL | hsl(11, 18%, 44%) |
| CMYK | cmyk(0%, 25%, 30%, 48%) |
| LAB | lab(45.1 12.3 9.2) |
| LCH | lch(45.1 15.3 36.7) |
| OKLCH | oklch(0.531 0.044 32.2) |
Copy-ready code
/* CSS */
color: #84635c;
background-color: #84635c;
/* Tailwind (arbitrary) */
class="text-[#84635c] bg-[#84635c]"
/* SCSS */
$brand: #84635c;
/* SwiftUI */
Color(red: 0.518, green: 0.388, blue: 0.361)
/* Android */
Color.parseColor("#84635c")Accessibility — WCAG contrast
Aa
#84635c on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#84635c on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green38.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow30.3%
Key (black)48.2%
Color previews
#84635c text on a black background
contrast 3.92:1
Card sample
#84635c text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84635c;
Background color
Panel with #84635c background
background-color: #84635c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84635c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 99, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 99, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84635c; background: linear-gradient(135deg, #84635c, #847E5C);