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