#835330
a dark, vivid orange · warm · closest name: sienna
RGB
131, 83, 48
HSL
25°, 46%, 35%
CMYK
0, 37, 63, 49
Luminance
0.1123
Every format
| HEX | #835330 |
| RGB | rgb(131, 83, 48) |
| HSL | hsl(25, 46%, 35%) |
| CMYK | cmyk(0%, 37%, 63%, 49%) |
| LAB | lab(40.0 16.3 28.5) |
| LCH | lch(40.0 32.8 60.2) |
| OKLCH | oklch(0.488 0.081 55.6) |
Copy-ready code
/* CSS */
color: #835330;
background-color: #835330;
/* Tailwind (arbitrary) */
class="text-[#835330] bg-[#835330]"
/* SCSS */
$brand: #835330;
/* SwiftUI */
Color(red: 0.514, green: 0.325, blue: 0.188)
/* Android */
Color.parseColor("#835330")Accessibility — WCAG contrast
Aa
#835330 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835330 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green32.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow63.4%
Key (black)48.6%
Color previews
#835330 text on a black background
contrast 3.25:1
Card sample
#835330 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835330;
Background color
Panel with #835330 background
background-color: #835330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 83, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 83, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835330; background: linear-gradient(135deg, #835330, #7C8330);