#926839
a dark, soft orange · warm · closest name: sienna
RGB
146, 104, 57
HSL
32°, 44%, 40%
CMYK
0, 29, 61, 43
Luminance
0.1631
Every format
| HEX | #926839 |
| RGB | rgb(146, 104, 57) |
| HSL | hsl(32, 44%, 40%) |
| CMYK | cmyk(0%, 29%, 61%, 43%) |
| LAB | lab(47.4 11.5 32.8) |
| LCH | lch(47.4 34.7 70.6) |
| OKLCH | oklch(0.551 0.083 67.7) |
Copy-ready code
/* CSS */
color: #926839;
background-color: #926839;
/* Tailwind (arbitrary) */
class="text-[#926839] bg-[#926839]"
/* SCSS */
$brand: #926839;
/* SwiftUI */
Color(red: 0.573, green: 0.408, blue: 0.224)
/* Android */
Color.parseColor("#926839")Accessibility — WCAG contrast
Aa
#926839 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926839 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green40.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow61.0%
Key (black)42.7%
Color previews
#926839 text on a black background
contrast 4.26:1
Card sample
#926839 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926839;
Background color
Panel with #926839 background
background-color: #926839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 104, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 104, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926839; background: linear-gradient(135deg, #926839, #819239);