#523b2f
a dark, soft orange · warm · closest name: darkslategray
RGB
82, 59, 47
HSL
21°, 27%, 25%
CMYK
0, 28, 43, 68
Luminance
0.0513
Every format
| HEX | #523b2f |
| RGB | rgb(82, 59, 47) |
| HSL | hsl(21, 27%, 25%) |
| CMYK | cmyk(0%, 28%, 43%, 68%) |
| LAB | lab(27.1 8.3 11.4) |
| LCH | lch(27.1 14.1 53.9) |
| OKLCH | oklch(0.375 0.038 48.7) |
Copy-ready code
/* CSS */
color: #523b2f;
background-color: #523b2f;
/* Tailwind (arbitrary) */
class="text-[#523b2f] bg-[#523b2f]"
/* SCSS */
$brand: #523b2f;
/* SwiftUI */
Color(red: 0.322, green: 0.231, blue: 0.184)
/* Android */
Color.parseColor("#523b2f")Accessibility — WCAG contrast
Aa
#523b2f on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523b2f on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green23.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow42.7%
Key (black)67.8%
Color previews
#523b2f text on a black background
contrast 2.03:1
Card sample
#523b2f text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523b2f;
Background color
Panel with #523b2f background
background-color: #523b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 59, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 59, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523b2f; background: linear-gradient(135deg, #523b2f, #52522F);