#78552b
a dark, vivid orange · warm · closest name: sienna
RGB
120, 85, 43
HSL
33°, 47%, 32%
CMYK
0, 29, 64, 53
Luminance
0.1066
Every format
| HEX | #78552b |
| RGB | rgb(120, 85, 43) |
| HSL | hsl(33, 47%, 32%) |
| CMYK | cmyk(0%, 29%, 64%, 53%) |
| LAB | lab(39.0 9.7 29.8) |
| LCH | lch(39.0 31.4 72.0) |
| OKLCH | oklch(0.478 0.074 69.4) |
Copy-ready code
/* CSS */
color: #78552b;
background-color: #78552b;
/* Tailwind (arbitrary) */
class="text-[#78552b] bg-[#78552b]"
/* SCSS */
$brand: #78552b;
/* SwiftUI */
Color(red: 0.471, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#78552b")Accessibility — WCAG contrast
Aa
#78552b on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#78552b on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow64.2%
Key (black)52.9%
Color previews
#78552b text on a black background
contrast 3.13:1
Card sample
#78552b text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78552b;
Background color
Panel with #78552b background
background-color: #78552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78552b; background: linear-gradient(135deg, #78552b, #68782B);