#3f4321
a deep, soft yellow · cool · closest name: darkslategray
RGB
63, 67, 33
HSL
67°, 34%, 20%
CMYK
6, 0, 51, 74
Luminance
0.0518
Every format
| HEX | #3f4321 |
| RGB | rgb(63, 67, 33) |
| HSL | hsl(67, 34%, 20%) |
| CMYK | cmyk(6%, 0%, 51%, 74%) |
| LAB | lab(27.2 -7.8 20.0) |
| LCH | lch(27.2 21.5 111.3) |
| OKLCH | oklch(0.370 0.053 114.5) |
Copy-ready code
/* CSS */
color: #3f4321;
background-color: #3f4321;
/* Tailwind (arbitrary) */
class="text-[#3f4321] bg-[#3f4321]"
/* SCSS */
$brand: #3f4321;
/* SwiftUI */
Color(red: 0.247, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#3f4321")Accessibility — WCAG contrast
Aa
#3f4321 on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f4321 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green26.3%
Blue12.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#3f4321 text on a black background
contrast 2.04:1
Card sample
#3f4321 text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4321;
Background color
Panel with #3f4321 background
background-color: #3f4321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4321; background: linear-gradient(135deg, #3f4321, #284321);