#127400
a deep, electric green · cool · closest name: green
RGB
18, 116, 0
HSL
111°, 100%, 23%
CMYK
85, 0, 100, 55
Luminance
0.1262
Every format
| HEX | #127400 |
| RGB | rgb(18, 116, 0) |
| HSL | hsl(111, 100%, 23%) |
| CMYK | cmyk(85%, 0%, 100%, 55%) |
| LAB | lab(42.2 -46.4 46.7) |
| LCH | lch(42.2 65.8 134.8) |
| OKLCH | oklch(0.486 0.162 141.5) |
Copy-ready code
/* CSS */
color: #127400;
background-color: #127400;
/* Tailwind (arbitrary) */
class="text-[#127400] bg-[#127400]"
/* SCSS */
$brand: #127400;
/* SwiftUI */
Color(red: 0.071, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#127400")Accessibility — WCAG contrast
Aa
#127400 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#127400 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.5%
Blue0.0%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow100.0%
Key (black)54.5%
Color previews
#127400 text on a black background
contrast 3.52:1
Card sample
#127400 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #127400;
Background color
Panel with #127400 background
background-color: #127400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #127400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #127400; background: linear-gradient(135deg, #127400, #00743B);