#76331c
a dark, vivid orange · warm · closest name: sienna
RGB
118, 51, 28
HSL
15°, 62%, 29%
CMYK
0, 57, 76, 54
Luminance
0.0630
Every format
| HEX | #76331c |
| RGB | rgb(118, 51, 28) |
| HSL | hsl(15, 62%, 29%) |
| CMYK | cmyk(0%, 57%, 76%, 54%) |
| LAB | lab(30.2 27.8 28.2) |
| LCH | lch(30.2 39.6 45.5) |
| OKLCH | oklch(0.408 0.101 39.0) |
Copy-ready code
/* CSS */
color: #76331c;
background-color: #76331c;
/* Tailwind (arbitrary) */
class="text-[#76331c] bg-[#76331c]"
/* SCSS */
$brand: #76331c;
/* SwiftUI */
Color(red: 0.463, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#76331c")Accessibility — WCAG contrast
Aa
#76331c on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#76331c on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow76.3%
Key (black)53.7%
Color previews
#76331c text on a black background
contrast 2.26:1
Card sample
#76331c text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76331c;
Background color
Panel with #76331c background
background-color: #76331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76331c; background: linear-gradient(135deg, #76331c, #766F1C);