#3d331f
a deep, soft yellow · warm · closest name: darkslategray
RGB
61, 51, 31
HSL
40°, 33%, 18%
CMYK
0, 16, 49, 76
Luminance
0.0346
Every format
| HEX | #3d331f |
| RGB | rgb(61, 51, 31) |
| HSL | hsl(40, 33%, 18%) |
| CMYK | cmyk(0%, 16%, 49%, 76%) |
| LAB | lab(21.8 1.1 14.3) |
| LCH | lch(21.8 14.4 85.5) |
| OKLCH | oklch(0.326 0.035 84.0) |
Copy-ready code
/* CSS */
color: #3d331f;
background-color: #3d331f;
/* Tailwind (arbitrary) */
class="text-[#3d331f] bg-[#3d331f]"
/* SCSS */
$brand: #3d331f;
/* SwiftUI */
Color(red: 0.239, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#3d331f")Accessibility — WCAG contrast
Aa
#3d331f on white: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d331f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow49.2%
Key (black)76.1%
Color previews
#3d331f text on a black background
contrast 1.69:1
Card sample
#3d331f text on a white background
contrast 12.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d331f;
Background color
Panel with #3d331f background
background-color: #3d331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d331f; background: linear-gradient(135deg, #3d331f, #333D1F);