#906d49
a dark, soft orange · warm · closest name: sienna
RGB
144, 109, 73
HSL
30°, 33%, 43%
CMYK
0, 24, 49, 44
Luminance
0.1735
Every format
| HEX | #906d49 |
| RGB | rgb(144, 109, 73) |
| HSL | hsl(30, 33%, 43%) |
| CMYK | cmyk(0%, 24%, 49%, 44%) |
| LAB | lab(48.7 9.2 25.4) |
| LCH | lch(48.7 27.0 70.1) |
| OKLCH | oklch(0.561 0.068 66.5) |
Copy-ready code
/* CSS */
color: #906d49;
background-color: #906d49;
/* Tailwind (arbitrary) */
class="text-[#906d49] bg-[#906d49]"
/* SCSS */
$brand: #906d49;
/* SwiftUI */
Color(red: 0.565, green: 0.427, blue: 0.286)
/* Android */
Color.parseColor("#906d49")Accessibility — WCAG contrast
Aa
#906d49 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#906d49 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green42.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow49.3%
Key (black)43.5%
Color previews
#906d49 text on a black background
contrast 4.47:1
Card sample
#906d49 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #906d49;
Background color
Panel with #906d49 background
background-color: #906d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #906d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 109, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 109, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #906d49; background: linear-gradient(135deg, #906d49, #849049);