#3c390d
a deep, vivid yellow · cool · closest name: darkslategray
RGB
60, 57, 13
HSL
56°, 64%, 14%
CMYK
0, 5, 78, 77
Luminance
0.0392
Every format
| HEX | #3c390d |
| RGB | rgb(60, 57, 13) |
| HSL | hsl(56, 64%, 14%) |
| CMYK | cmyk(0%, 5%, 78%, 77%) |
| LAB | lab(23.4 -5.1 26.6) |
| LCH | lch(23.4 27.1 100.8) |
| OKLCH | oklch(0.338 0.062 105.4) |
Copy-ready code
/* CSS */
color: #3c390d;
background-color: #3c390d;
/* Tailwind (arbitrary) */
class="text-[#3c390d] bg-[#3c390d]"
/* SCSS */
$brand: #3c390d;
/* SwiftUI */
Color(red: 0.235, green: 0.224, blue: 0.051)
/* Android */
Color.parseColor("#3c390d")Accessibility — WCAG contrast
Aa
#3c390d on white: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c390d on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green22.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow78.3%
Key (black)76.5%
Color previews
#3c390d text on a black background
contrast 1.78:1
Card sample
#3c390d text on a white background
contrast 11.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c390d;
Background color
Panel with #3c390d background
background-color: #3c390d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c390d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 57, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 57, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c390d; background: linear-gradient(135deg, #3c390d, #203C0D);