#59351b
a deep, vivid orange · warm · closest name: sienna
RGB
89, 53, 27
HSL
25°, 53%, 23%
CMYK
0, 40, 70, 65
Luminance
0.0475
Every format
| HEX | #59351b |
| RGB | rgb(89, 53, 27) |
| HSL | hsl(25, 53%, 23%) |
| CMYK | cmyk(0%, 40%, 70%, 65%) |
| LAB | lab(26.0 13.4 22.9) |
| LCH | lch(26.0 26.5 59.6) |
| OKLCH | oklch(0.367 0.065 54.9) |
Copy-ready code
/* CSS */
color: #59351b;
background-color: #59351b;
/* Tailwind (arbitrary) */
class="text-[#59351b] bg-[#59351b]"
/* SCSS */
$brand: #59351b;
/* SwiftUI */
Color(red: 0.349, green: 0.208, blue: 0.106)
/* Android */
Color.parseColor("#59351b")Accessibility — WCAG contrast
Aa
#59351b on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59351b on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green20.8%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow69.7%
Key (black)65.1%
Color previews
#59351b text on a black background
contrast 1.95:1
Card sample
#59351b text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59351b;
Background color
Panel with #59351b background
background-color: #59351b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59351b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 53, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 53, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59351b; background: linear-gradient(135deg, #59351b, #53591B);