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