#835318
a dark, vivid orange · warm · closest name: sienna
RGB
131, 83, 24
HSL
33°, 69%, 30%
CMYK
0, 37, 82, 49
Luminance
0.1108
Every format
| HEX | #835318 |
| RGB | rgb(131, 83, 24) |
| HSL | hsl(33, 69%, 30%) |
| CMYK | cmyk(0%, 37%, 82%, 49%) |
| LAB | lab(39.7 14.9 40.5) |
| LCH | lch(39.7 43.1 69.8) |
| OKLCH | oklch(0.486 0.096 66.7) |
Copy-ready code
/* CSS */
color: #835318;
background-color: #835318;
/* Tailwind (arbitrary) */
class="text-[#835318] bg-[#835318]"
/* SCSS */
$brand: #835318;
/* SwiftUI */
Color(red: 0.514, green: 0.325, blue: 0.094)
/* Android */
Color.parseColor("#835318")Accessibility — WCAG contrast
Aa
#835318 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835318 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green32.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow81.7%
Key (black)48.6%
Color previews
#835318 text on a black background
contrast 3.22:1
Card sample
#835318 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835318;
Background color
Panel with #835318 background
background-color: #835318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 83, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 83, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835318; background: linear-gradient(135deg, #835318, #6C8318);