#3c4411
a deep, vivid yellow · cool · closest name: darkslategray
RGB
60, 68, 17
HSL
69°, 60%, 17%
CMYK
12, 0, 75, 73
Luminance
0.0514
Every format
| HEX | #3c4411 |
| RGB | rgb(60, 68, 17) |
| HSL | hsl(69, 60%, 17%) |
| CMYK | cmyk(12%, 0%, 75%, 73%) |
| LAB | lab(27.1 -11.5 28.5) |
| LCH | lch(27.1 30.7 111.9) |
| OKLCH | oklch(0.368 0.073 117.8) |
Copy-ready code
/* CSS */
color: #3c4411;
background-color: #3c4411;
/* Tailwind (arbitrary) */
class="text-[#3c4411] bg-[#3c4411]"
/* SCSS */
$brand: #3c4411;
/* SwiftUI */
Color(red: 0.235, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#3c4411")Accessibility — WCAG contrast
Aa
#3c4411 on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c4411 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green26.7%
Blue6.7%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow75.0%
Key (black)73.3%
Color previews
#3c4411 text on a black background
contrast 2.03:1
Card sample
#3c4411 text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4411;
Background color
Panel with #3c4411 background
background-color: #3c4411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4411; background: linear-gradient(135deg, #3c4411, #1A4411);