#3c360d
a deep, vivid yellow · cool · closest name: darkslategray
RGB
60, 54, 13
HSL
52°, 64%, 14%
CMYK
0, 10, 78, 77
Luminance
0.0363
Every format
| HEX | #3c360d |
| RGB | rgb(60, 54, 13) |
| HSL | hsl(52, 64%, 14%) |
| CMYK | cmyk(0%, 10%, 78%, 77%) |
| LAB | lab(22.4 -3.1 25.6) |
| LCH | lch(22.4 25.8 97.0) |
| OKLCH | oklch(0.330 0.059 100.9) |
Copy-ready code
/* CSS */
color: #3c360d;
background-color: #3c360d;
/* Tailwind (arbitrary) */
class="text-[#3c360d] bg-[#3c360d]"
/* SCSS */
$brand: #3c360d;
/* SwiftUI */
Color(red: 0.235, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#3c360d")Accessibility — WCAG contrast
Aa
#3c360d on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c360d on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow78.3%
Key (black)76.5%
Color previews
#3c360d text on a black background
contrast 1.73:1
Card sample
#3c360d text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c360d;
Background color
Panel with #3c360d background
background-color: #3c360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c360d; background: linear-gradient(135deg, #3c360d, #233C0D);