#345521
a deep, soft green · cool · closest name: seagreen
RGB
52, 85, 33
HSL
98°, 44%, 23%
CMYK
39, 0, 61, 67
Luminance
0.0734
Every format
| HEX | #345521 |
| RGB | rgb(52, 85, 33) |
| HSL | hsl(98, 44%, 23%) |
| CMYK | cmyk(39%, 0%, 61%, 67%) |
| LAB | lab(32.6 -22.7 26.2) |
| LCH | lch(32.6 34.7 131.0) |
| OKLCH | oklch(0.411 0.088 135.5) |
Copy-ready code
/* CSS */
color: #345521;
background-color: #345521;
/* Tailwind (arbitrary) */
class="text-[#345521] bg-[#345521]"
/* SCSS */
$brand: #345521;
/* SwiftUI */
Color(red: 0.204, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#345521")Accessibility — WCAG contrast
Aa
#345521 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#345521 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green33.3%
Blue12.9%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#345521 text on a black background
contrast 2.47:1
Card sample
#345521 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345521;
Background color
Panel with #345521 background
background-color: #345521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345521; background: linear-gradient(135deg, #345521, #215531);