#3f4613
a deep, vivid yellow · cool · closest name: darkslategray
RGB
63, 70, 19
HSL
68°, 57%, 18%
CMYK
10, 0, 73, 73
Luminance
0.0548
Every format
| HEX | #3f4613 |
| RGB | rgb(63, 70, 19) |
| HSL | hsl(68, 57%, 18%) |
| CMYK | cmyk(10%, 0%, 73%, 73%) |
| LAB | lab(28.1 -11.0 28.6) |
| LCH | lch(28.1 30.7 111.0) |
| OKLCH | oklch(0.376 0.073 116.7) |
Copy-ready code
/* CSS */
color: #3f4613;
background-color: #3f4613;
/* Tailwind (arbitrary) */
class="text-[#3f4613] bg-[#3f4613]"
/* SCSS */
$brand: #3f4613;
/* SwiftUI */
Color(red: 0.247, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#3f4613")Accessibility — WCAG contrast
Aa
#3f4613 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f4613 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green27.5%
Blue7.5%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow72.9%
Key (black)72.5%
Color previews
#3f4613 text on a black background
contrast 2.10:1
Card sample
#3f4613 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f4613;
Background color
Panel with #3f4613 background
background-color: #3f4613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f4613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f4613; background: linear-gradient(135deg, #3f4613, #1D4613);