#334635
a deep, soft green · cool · closest name: darkslategray
RGB
51, 70, 53
HSL
126°, 16%, 24%
CMYK
27, 0, 24, 73
Luminance
0.0534
Every format
| HEX | #334635 |
| RGB | rgb(51, 70, 53) |
| HSL | hsl(126, 16%, 24%) |
| CMYK | cmyk(27%, 0%, 24%, 73%) |
| LAB | lab(27.7 -11.6 7.9) |
| LCH | lch(27.7 14.0 145.8) |
| OKLCH | oklch(0.372 0.037 147.5) |
Copy-ready code
/* CSS */
color: #334635;
background-color: #334635;
/* Tailwind (arbitrary) */
class="text-[#334635] bg-[#334635]"
/* SCSS */
$brand: #334635;
/* SwiftUI */
Color(red: 0.200, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#334635")Accessibility — WCAG contrast
Aa
#334635 on white: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334635 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green27.5%
Blue20.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#334635 text on a black background
contrast 2.07:1
Card sample
#334635 text on a white background
contrast 10.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334635;
Background color
Panel with #334635 background
background-color: #334635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334635; background: linear-gradient(135deg, #334635, #334642);