#164609
a deep, electric green · cool · closest name: seagreen
RGB
22, 70, 9
HSL
107°, 77%, 16%
CMYK
69, 0, 87, 73
Luminance
0.0457
Every format
| HEX | #164609 |
| RGB | rgb(22, 70, 9) |
| HSL | hsl(107, 77%, 16%) |
| CMYK | cmyk(69%, 0%, 87%, 73%) |
| LAB | lab(25.5 -28.7 29.6) |
| LCH | lch(25.5 41.2 134.2) |
| OKLCH | oklch(0.348 0.103 140.1) |
Copy-ready code
/* CSS */
color: #164609;
background-color: #164609;
/* Tailwind (arbitrary) */
class="text-[#164609] bg-[#164609]"
/* SCSS */
$brand: #164609;
/* SwiftUI */
Color(red: 0.086, green: 0.275, blue: 0.035)
/* Android */
Color.parseColor("#164609")Accessibility — WCAG contrast
Aa
#164609 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164609 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green27.5%
Blue3.5%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow87.1%
Key (black)72.5%
Color previews
#164609 text on a black background
contrast 1.91:1
Card sample
#164609 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164609;
Background color
Panel with #164609 background
background-color: #164609;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164609;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 70, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 70, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164609; background: linear-gradient(135deg, #164609, #094625);