#137607
a deep, electric green · cool · closest name: green
RGB
19, 118, 7
HSL
114°, 89%, 25%
CMYK
84, 0, 94, 54
Luminance
0.1311
Every format
| HEX | #137607 |
| RGB | rgb(19, 118, 7) |
| HSL | hsl(114, 89%, 25%) |
| CMYK | cmyk(84%, 0%, 94%, 54%) |
| LAB | lab(42.9 -46.6 45.7) |
| LCH | lch(42.9 65.3 135.5) |
| OKLCH | oklch(0.493 0.161 141.9) |
Copy-ready code
/* CSS */
color: #137607;
background-color: #137607;
/* Tailwind (arbitrary) */
class="text-[#137607] bg-[#137607]"
/* SCSS */
$brand: #137607;
/* SwiftUI */
Color(red: 0.075, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#137607")Accessibility — WCAG contrast
Aa
#137607 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137607 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#137607 text on a black background
contrast 3.62:1
Card sample
#137607 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137607;
Background color
Panel with #137607 background
background-color: #137607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137607; background: linear-gradient(135deg, #137607, #077645);