#344310
a deep, vivid green · cool · closest name: darkslategray
RGB
52, 67, 16
HSL
78°, 61%, 16%
CMYK
22, 0, 76, 74
Luminance
0.0478
Every format
| HEX | #344310 |
| RGB | rgb(52, 67, 16) |
| HSL | hsl(78, 61%, 16%) |
| CMYK | cmyk(22%, 0%, 76%, 74%) |
| LAB | lab(26.1 -14.9 27.7) |
| LCH | lch(26.1 31.5 118.2) |
| OKLCH | oklch(0.358 0.076 124.3) |
Copy-ready code
/* CSS */
color: #344310;
background-color: #344310;
/* Tailwind (arbitrary) */
class="text-[#344310] bg-[#344310]"
/* SCSS */
$brand: #344310;
/* SwiftUI */
Color(red: 0.204, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#344310")Accessibility — WCAG contrast
Aa
#344310 on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344310 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green26.3%
Blue6.3%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow76.1%
Key (black)73.7%
Color previews
#344310 text on a black background
contrast 1.96:1
Card sample
#344310 text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344310;
Background color
Panel with #344310 background
background-color: #344310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344310; background: linear-gradient(135deg, #344310, #124310);