#16850b
a dark, electric green · cool · “green”
RGB
22, 133, 11
HSL
115°, 85%, 28%
CMYK
84, 0, 92, 48
Luminance
0.1697
Every format
| HEX | #16850b |
| RGB | rgb(22, 133, 11) |
| HSL | hsl(115, 85%, 28%) |
| CMYK | cmyk(84%, 0%, 92%, 48%) |
| LAB | lab(48.2 -50.8 49.5) |
| LCH | lch(48.2 70.9 135.8) |
| OKLCH | oklch(0.537 0.175 142.0) |
Copy-ready code
/* CSS */
color: #16850b;
background-color: #16850b;
/* Tailwind (arbitrary) */
class="text-[#16850b] bg-[#16850b]"
/* SCSS */
$brand: #16850b;
/* SwiftUI */
Color(red: 0.086, green: 0.522, blue: 0.043)
/* Android */
Color.parseColor("#16850b")Accessibility — WCAG contrast
Aa
#16850b on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#16850b on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.2%
Blue4.3%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow91.7%
Key (black)47.8%
Color previews
#16850b text on a black background
contrast 4.39:1
Card sample
#16850b text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16850b;
Background color
Panel with #16850b background
background-color: #16850b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16850b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 133, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 133, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16850b; background: linear-gradient(135deg, #16850b, #0B8551);