#76552b
a dark, vivid orange · warm · closest name: sienna
RGB
118, 85, 43
HSL
34°, 47%, 32%
CMYK
0, 28, 64, 54
Luminance
0.1052
Every format
| HEX | #76552b |
| RGB | rgb(118, 85, 43) |
| HSL | hsl(34, 47%, 32%) |
| CMYK | cmyk(0%, 28%, 64%, 54%) |
| LAB | lab(38.8 8.8 29.5) |
| LCH | lch(38.8 30.8 73.5) |
| OKLCH | oklch(0.475 0.073 71.1) |
Copy-ready code
/* CSS */
color: #76552b;
background-color: #76552b;
/* Tailwind (arbitrary) */
class="text-[#76552b] bg-[#76552b]"
/* SCSS */
$brand: #76552b;
/* SwiftUI */
Color(red: 0.463, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#76552b")Accessibility — WCAG contrast
Aa
#76552b on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#76552b on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow63.6%
Key (black)53.7%
Color previews
#76552b text on a black background
contrast 3.10:1
Card sample
#76552b text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76552b;
Background color
Panel with #76552b background
background-color: #76552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76552b; background: linear-gradient(135deg, #76552b, #65762B);