#3d331b
a deep, soft yellow · warm · closest name: darkslategray
RGB
61, 51, 27
HSL
42°, 39%, 17%
CMYK
0, 16, 56, 76
Luminance
0.0344
Every format
| HEX | #3d331b |
| RGB | rgb(61, 51, 27) |
| HSL | hsl(42, 39%, 17%) |
| CMYK | cmyk(0%, 16%, 56%, 76%) |
| LAB | lab(21.7 0.6 16.8) |
| LCH | lch(21.7 16.8 87.9) |
| OKLCH | oklch(0.326 0.041 87.5) |
Copy-ready code
/* CSS */
color: #3d331b;
background-color: #3d331b;
/* Tailwind (arbitrary) */
class="text-[#3d331b] bg-[#3d331b]"
/* SCSS */
$brand: #3d331b;
/* SwiftUI */
Color(red: 0.239, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#3d331b")Accessibility — WCAG contrast
Aa
#3d331b on white: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d331b on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green20.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow55.7%
Key (black)76.1%
Color previews
#3d331b text on a black background
contrast 1.69:1
Card sample
#3d331b text on a white background
contrast 12.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d331b;
Background color
Panel with #3d331b background
background-color: #3d331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d331b; background: linear-gradient(135deg, #3d331b, #303D1B);