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