#176607
a deep, electric green · cool · closest name: forestgreen
RGB
23, 102, 7
HSL
110°, 87%, 21%
CMYK
78, 0, 93, 60
Luminance
0.0970
Every format
| HEX | #176607 |
| RGB | rgb(23, 102, 7) |
| HSL | hsl(110, 87%, 21%) |
| CMYK | cmyk(78%, 0%, 93%, 60%) |
| LAB | lab(37.3 -40.6 40.9) |
| LCH | lch(37.3 57.7 134.8) |
| OKLCH | oklch(0.446 0.143 141.1) |
Copy-ready code
/* CSS */
color: #176607;
background-color: #176607;
/* Tailwind (arbitrary) */
class="text-[#176607] bg-[#176607]"
/* SCSS */
$brand: #176607;
/* SwiftUI */
Color(red: 0.090, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#176607")Accessibility — WCAG contrast
Aa
#176607 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176607 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green40.0%
Blue2.7%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#176607 text on a black background
contrast 2.94:1
Card sample
#176607 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176607;
Background color
Panel with #176607 background
background-color: #176607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176607; background: linear-gradient(135deg, #176607, #076636);