#76532f
a dark, soft orange · warm · closest name: sienna
RGB
118, 83, 47
HSL
30°, 43%, 32%
CMYK
0, 30, 60, 54
Luminance
0.1024
Every format
| HEX | #76532f |
| RGB | rgb(118, 83, 47) |
| HSL | hsl(30, 43%, 32%) |
| CMYK | cmyk(0%, 30%, 60%, 54%) |
| LAB | lab(38.3 10.3 26.6) |
| LCH | lch(38.3 28.6 68.9) |
| OKLCH | oklch(0.472 0.069 65.5) |
Copy-ready code
/* CSS */
color: #76532f;
background-color: #76532f;
/* Tailwind (arbitrary) */
class="text-[#76532f] bg-[#76532f]"
/* SCSS */
$brand: #76532f;
/* SwiftUI */
Color(red: 0.463, green: 0.325, blue: 0.184)
/* Android */
Color.parseColor("#76532f")Accessibility — WCAG contrast
Aa
#76532f on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#76532f on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green32.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow60.2%
Key (black)53.7%
Color previews
#76532f text on a black background
contrast 3.05:1
Card sample
#76532f text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76532f;
Background color
Panel with #76532f background
background-color: #76532f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76532f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 83, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 83, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76532f; background: linear-gradient(135deg, #76532f, #6A762F);