#345430
a dark, soft green · cool · closest name: darkslategray
RGB
52, 84, 48
HSL
113°, 27%, 26%
CMYK
38, 0, 43, 67
Luminance
0.0728
Every format
| HEX | #345430 |
| RGB | rgb(52, 84, 48) |
| HSL | hsl(113, 27%, 26%) |
| CMYK | cmyk(38%, 0%, 43%, 67%) |
| LAB | lab(32.4 -20.0 17.4) |
| LCH | lch(32.4 26.5 138.9) |
| OKLCH | oklch(0.411 0.070 141.7) |
Copy-ready code
/* CSS */
color: #345430;
background-color: #345430;
/* Tailwind (arbitrary) */
class="text-[#345430] bg-[#345430]"
/* SCSS */
$brand: #345430;
/* SwiftUI */
Color(red: 0.204, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#345430")Accessibility — WCAG contrast
Aa
#345430 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#345430 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green32.9%
Blue18.8%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#345430 text on a black background
contrast 2.46:1
Card sample
#345430 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345430;
Background color
Panel with #345430 background
background-color: #345430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345430; background: linear-gradient(135deg, #345430, #305444);