#803f3f
a dark, soft red · warm · closest name: sienna
RGB
128, 63, 63
HSL
0°, 34%, 38%
CMYK
0, 51, 51, 50
Luminance
0.0850
Every format
| HEX | #803f3f |
| RGB | rgb(128, 63, 63) |
| HSL | hsl(0, 34%, 38%) |
| CMYK | cmyk(0%, 51%, 51%, 50%) |
| LAB | lab(35.0 28.0 13.0) |
| LCH | lch(35.0 30.9 24.9) |
| OKLCH | oklch(0.451 0.090 21.3) |
Copy-ready code
/* CSS */
color: #803f3f;
background-color: #803f3f;
/* Tailwind (arbitrary) */
class="text-[#803f3f] bg-[#803f3f]"
/* SCSS */
$brand: #803f3f;
/* SwiftUI */
Color(red: 0.502, green: 0.247, blue: 0.247)
/* Android */
Color.parseColor("#803f3f")Accessibility — WCAG contrast
Aa
#803f3f on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803f3f on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green24.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow50.8%
Key (black)49.8%
Color previews
#803f3f text on a black background
contrast 2.70:1
Card sample
#803f3f text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803f3f;
Background color
Panel with #803f3f background
background-color: #803f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 63, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 63, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803f3f; background: linear-gradient(135deg, #803f3f, #806A3F);