#3d2921
a deep, soft orange · warm · closest name: black
RGB
61, 41, 33
HSL
17°, 30%, 18%
CMYK
0, 33, 46, 76
Luminance
0.0269
Every format
| HEX | #3d2921 |
| RGB | rgb(61, 41, 33) |
| HSL | hsl(17, 30%, 18%) |
| CMYK | cmyk(0%, 33%, 46%, 76%) |
| LAB | lab(18.8 8.1 9.0) |
| LCH | lch(18.8 12.1 47.9) |
| OKLCH | oklch(0.303 0.033 42.7) |
Copy-ready code
/* CSS */
color: #3d2921;
background-color: #3d2921;
/* Tailwind (arbitrary) */
class="text-[#3d2921] bg-[#3d2921]"
/* SCSS */
$brand: #3d2921;
/* SwiftUI */
Color(red: 0.239, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#3d2921")Accessibility — WCAG contrast
Aa
#3d2921 on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d2921 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow45.9%
Key (black)76.1%
Color previews
#3d2921 text on a black background
contrast 1.54:1
Card sample
#3d2921 text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d2921;
Background color
Panel with #3d2921 background
background-color: #3d2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d2921; background: linear-gradient(135deg, #3d2921, #3D3C21);