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