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