#3c3c1b
a deep, soft yellow · cool · closest name: darkslategray
RGB
60, 60, 27
HSL
60°, 38%, 17%
CMYK
0, 0, 55, 77
Luminance
0.0427
Every format
| HEX | #3c3c1b |
| RGB | rgb(60, 60, 27) |
| HSL | hsl(60, 38%, 17%) |
| CMYK | cmyk(0%, 0%, 55%, 77%) |
| LAB | lab(24.6 -5.7 20.3) |
| LCH | lch(24.6 21.0 105.7) |
| OKLCH | oklch(0.348 0.051 108.8) |
Copy-ready code
/* CSS */
color: #3c3c1b;
background-color: #3c3c1b;
/* Tailwind (arbitrary) */
class="text-[#3c3c1b] bg-[#3c3c1b]"
/* SCSS */
$brand: #3c3c1b;
/* SwiftUI */
Color(red: 0.235, green: 0.235, blue: 0.106)
/* Android */
Color.parseColor("#3c3c1b")Accessibility — WCAG contrast
Aa
#3c3c1b on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c3c1b on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green23.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow55.0%
Key (black)76.5%
Color previews
#3c3c1b text on a black background
contrast 1.85:1
Card sample
#3c3c1b text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c3c1b;
Background color
Panel with #3c3c1b background
background-color: #3c3c1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c3c1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 60, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 60, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c3c1b; background: linear-gradient(135deg, #3c3c1b, #263C1B);