#946949
a dark, soft orange · warm · closest name: sienna
RGB
148, 105, 73
HSL
26°, 34%, 43%
CMYK
0, 29, 51, 42
Luminance
0.1688
Every format
| HEX | #946949 |
| RGB | rgb(148, 105, 73) |
| HSL | hsl(26, 34%, 43%) |
| CMYK | cmyk(0%, 29%, 51%, 42%) |
| LAB | lab(48.1 13.3 24.8) |
| LCH | lch(48.1 28.1 61.8) |
| OKLCH | oklch(0.558 0.072 57.3) |
Copy-ready code
/* CSS */
color: #946949;
background-color: #946949;
/* Tailwind (arbitrary) */
class="text-[#946949] bg-[#946949]"
/* SCSS */
$brand: #946949;
/* SwiftUI */
Color(red: 0.580, green: 0.412, blue: 0.286)
/* Android */
Color.parseColor("#946949")Accessibility — WCAG contrast
Aa
#946949 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#946949 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green41.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow50.7%
Key (black)42.0%
Color previews
#946949 text on a black background
contrast 4.38:1
Card sample
#946949 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #946949;
Background color
Panel with #946949 background
background-color: #946949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #946949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 105, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 105, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #946949; background: linear-gradient(135deg, #946949, #8D9449);