#344513
a deep, vivid green · cool · closest name: darkslategray
RGB
52, 69, 19
HSL
80°, 57%, 17%
CMYK
25, 0, 73, 73
Luminance
0.0503
Every format
| HEX | #344513 |
| RGB | rgb(52, 69, 19) |
| HSL | hsl(80, 57%, 17%) |
| CMYK | cmyk(25%, 0%, 73%, 73%) |
| LAB | lab(26.8 -15.7 27.1) |
| LCH | lch(26.8 31.3 120.2) |
| OKLCH | oklch(0.364 0.076 126.0) |
Copy-ready code
/* CSS */
color: #344513;
background-color: #344513;
/* Tailwind (arbitrary) */
class="text-[#344513] bg-[#344513]"
/* SCSS */
$brand: #344513;
/* SwiftUI */
Color(red: 0.204, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#344513")Accessibility — WCAG contrast
Aa
#344513 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344513 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green27.1%
Blue7.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow72.5%
Key (black)72.9%
Color previews
#344513 text on a black background
contrast 2.01:1
Card sample
#344513 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344513;
Background color
Panel with #344513 background
background-color: #344513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344513; background: linear-gradient(135deg, #344513, #134513);