#3f4213
a deep, vivid yellow · cool · closest name: darkslategray
RGB
63, 66, 19
HSL
64°, 55%, 17%
CMYK
5, 0, 71, 74
Luminance
0.0500
Every format
| HEX | #3f4213 |
| RGB | rgb(63, 66, 19) |
| HSL | hsl(64, 55%, 17%) |
| CMYK | cmyk(5%, 0%, 71%, 74%) |
| LAB | lab(26.7 -8.6 27.2) |
| LCH | lch(26.7 28.6 107.6) |
| OKLCH | oklch(0.365 0.067 112.7) |
Copy-ready code
/* CSS */
color: #3f4213;
background-color: #3f4213;
/* Tailwind (arbitrary) */
class="text-[#3f4213] bg-[#3f4213]"
/* SCSS */
$brand: #3f4213;
/* SwiftUI */
Color(red: 0.247, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#3f4213")Accessibility — WCAG contrast
Aa
#3f4213 on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f4213 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green25.9%
Blue7.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow71.2%
Key (black)74.1%
Color previews
#3f4213 text on a black background
contrast 2.00:1
Card sample
#3f4213 text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4213;
Background color
Panel with #3f4213 background
background-color: #3f4213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4213; background: linear-gradient(135deg, #3f4213, #204213);