#863213
a dark, electric orange · warm · closest name: sienna
RGB
134, 50, 19
HSL
16°, 75%, 30%
CMYK
0, 63, 86, 48
Luminance
0.0740
Every format
| HEX | #863213 |
| RGB | rgb(134, 50, 19) |
| HSL | hsl(16, 75%, 30%) |
| CMYK | cmyk(0%, 63%, 86%, 48%) |
| LAB | lab(32.7 34.4 36.5) |
| LCH | lch(32.7 50.1 46.6) |
| OKLCH | oklch(0.433 0.123 39.0) |
Copy-ready code
/* CSS */
color: #863213;
background-color: #863213;
/* Tailwind (arbitrary) */
class="text-[#863213] bg-[#863213]"
/* SCSS */
$brand: #863213;
/* SwiftUI */
Color(red: 0.525, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#863213")Accessibility — WCAG contrast
Aa
#863213 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#863213 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow85.8%
Key (black)47.5%
Color previews
#863213 text on a black background
contrast 2.48:1
Card sample
#863213 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863213;
Background color
Panel with #863213 background
background-color: #863213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863213; background: linear-gradient(135deg, #863213, #867F13);