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