#864335
a dark, soft red · warm · closest name: sienna
RGB
134, 67, 53
HSL
10°, 43%, 37%
CMYK
0, 50, 60, 48
Luminance
0.0934
Every format
| HEX | #864335 |
| RGB | rgb(134, 67, 53) |
| HSL | hsl(10, 43%, 37%) |
| CMYK | cmyk(0%, 50%, 60%, 48%) |
| LAB | lab(36.6 27.3 21.5) |
| LCH | lch(36.6 34.8 38.3) |
| OKLCH | oklch(0.464 0.095 33.0) |
Copy-ready code
/* CSS */
color: #864335;
background-color: #864335;
/* Tailwind (arbitrary) */
class="text-[#864335] bg-[#864335]"
/* SCSS */
$brand: #864335;
/* SwiftUI */
Color(red: 0.525, green: 0.263, blue: 0.208)
/* Android */
Color.parseColor("#864335")Accessibility — WCAG contrast
Aa
#864335 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#864335 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green26.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow60.4%
Key (black)47.5%
Color previews
#864335 text on a black background
contrast 2.87:1
Card sample
#864335 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #864335;
Background color
Panel with #864335 background
background-color: #864335;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #864335;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 67, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 67, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #864335; background: linear-gradient(135deg, #864335, #867935);