#16612f
a deep, vivid green · cool · closest name: seagreen
RGB
22, 97, 47
HSL
140°, 63%, 23%
CMYK
77, 0, 52, 62
Luminance
0.0893
Every format
| HEX | #16612f |
| RGB | rgb(22, 97, 47) |
| HSL | hsl(140, 63%, 23%) |
| CMYK | cmyk(77%, 0%, 52%, 62%) |
| LAB | lab(35.8 -34.6 22.1) |
| LCH | lch(35.8 41.1 147.4) |
| OKLCH | oklch(0.435 0.108 150.0) |
Copy-ready code
/* CSS */
color: #16612f;
background-color: #16612f;
/* Tailwind (arbitrary) */
class="text-[#16612f] bg-[#16612f]"
/* SCSS */
$brand: #16612f;
/* SwiftUI */
Color(red: 0.086, green: 0.380, blue: 0.184)
/* Android */
Color.parseColor("#16612f")Accessibility — WCAG contrast
Aa
#16612f on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16612f on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.0%
Blue18.4%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow51.5%
Key (black)62.0%
Color previews
#16612f text on a black background
contrast 2.79:1
Card sample
#16612f text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16612f;
Background color
Panel with #16612f background
background-color: #16612f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16612f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 97, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 97, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16612f; background: linear-gradient(135deg, #16612f, #166161);