#168607
a dark, electric green · cool · “green”
RGB
22, 134, 7
HSL
113°, 90%, 28%
CMYK
84, 0, 95, 48
Luminance
0.1724
Every format
| HEX | #168607 |
| RGB | rgb(22, 134, 7) |
| HSL | hsl(113, 90%, 28%) |
| CMYK | cmyk(84%, 0%, 95%, 48%) |
| LAB | lab(48.5 -51.3 50.5) |
| LCH | lch(48.5 72.0 135.4) |
| OKLCH | oklch(0.540 0.178 141.8) |
Copy-ready code
/* CSS */
color: #168607;
background-color: #168607;
/* Tailwind (arbitrary) */
class="text-[#168607] bg-[#168607]"
/* SCSS */
$brand: #168607;
/* SwiftUI */
Color(red: 0.086, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#168607")Accessibility — WCAG contrast
Aa
#168607 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#168607 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.5%
Blue2.7%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#168607 text on a black background
contrast 4.45:1
Card sample
#168607 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168607;
Background color
Panel with #168607 background
background-color: #168607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168607; background: linear-gradient(135deg, #168607, #07864D);