#345310
a deep, vivid green · cool · closest name: olivedrab
RGB
52, 83, 16
HSL
88°, 68%, 19%
CMYK
37, 0, 81, 68
Luminance
0.0695
Every format
| HEX | #345310 |
| RGB | rgb(52, 83, 16) |
| HSL | hsl(88, 68%, 19%) |
| CMYK | cmyk(37%, 0%, 81%, 68%) |
| LAB | lab(31.7 -23.4 33.4) |
| LCH | lch(31.7 40.7 125.0) |
| OKLCH | oklch(0.403 0.100 131.6) |
Copy-ready code
/* CSS */
color: #345310;
background-color: #345310;
/* Tailwind (arbitrary) */
class="text-[#345310] bg-[#345310]"
/* SCSS */
$brand: #345310;
/* SwiftUI */
Color(red: 0.204, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#345310")Accessibility — WCAG contrast
Aa
#345310 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#345310 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green32.5%
Blue6.3%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#345310 text on a black background
contrast 2.39:1
Card sample
#345310 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345310;
Background color
Panel with #345310 background
background-color: #345310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345310; background: linear-gradient(135deg, #345310, #105319);