#834530
a dark, vivid orange · warm · closest name: sienna
RGB
131, 69, 48
HSL
15°, 46%, 35%
CMYK
0, 47, 63, 49
Luminance
0.0929
Every format
| HEX | #834530 |
| RGB | rgb(131, 69, 48) |
| HSL | hsl(15, 46%, 35%) |
| CMYK | cmyk(0%, 47%, 63%, 49%) |
| LAB | lab(36.5 24.5 24.4) |
| LCH | lch(36.5 34.5 44.8) |
| OKLCH | oklch(0.462 0.091 39.3) |
Copy-ready code
/* CSS */
color: #834530;
background-color: #834530;
/* Tailwind (arbitrary) */
class="text-[#834530] bg-[#834530]"
/* SCSS */
$brand: #834530;
/* SwiftUI */
Color(red: 0.514, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#834530")Accessibility — WCAG contrast
Aa
#834530 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#834530 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green27.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow63.4%
Key (black)48.6%
Color previews
#834530 text on a black background
contrast 2.86:1
Card sample
#834530 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #834530;
Background color
Panel with #834530 background
background-color: #834530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #834530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #834530; background: linear-gradient(135deg, #834530, #837C30);