#3d2821
a deep, soft orange · warm · closest name: black
RGB
61, 40, 33
HSL
15°, 30%, 18%
CMYK
0, 34, 46, 76
Luminance
0.0262
Every format
| HEX | #3d2821 |
| RGB | rgb(61, 40, 33) |
| HSL | hsl(15, 30%, 18%) |
| CMYK | cmyk(0%, 34%, 46%, 76%) |
| LAB | lab(18.4 8.8 8.6) |
| LCH | lch(18.4 12.3 44.3) |
| OKLCH | oklch(0.300 0.034 39.2) |
Copy-ready code
/* CSS */
color: #3d2821;
background-color: #3d2821;
/* Tailwind (arbitrary) */
class="text-[#3d2821] bg-[#3d2821]"
/* SCSS */
$brand: #3d2821;
/* SwiftUI */
Color(red: 0.239, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#3d2821")Accessibility — WCAG contrast
Aa
#3d2821 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d2821 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow45.9%
Key (black)76.1%
Color previews
#3d2821 text on a black background
contrast 1.52:1
Card sample
#3d2821 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d2821;
Background color
Panel with #3d2821 background
background-color: #3d2821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d2821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d2821; background: linear-gradient(135deg, #3d2821, #3D3B21);