#1a720c
a deep, electric green · cool · closest name: forestgreen
RGB
26, 114, 12
HSL
112°, 81%, 25%
CMYK
77, 0, 90, 55
Luminance
0.1228
Every format
| HEX | #1a720c |
| RGB | rgb(26, 114, 12) |
| HSL | hsl(112, 81%, 25%) |
| CMYK | cmyk(77%, 0%, 90%, 55%) |
| LAB | lab(41.7 -44.0 43.5) |
| LCH | lch(41.7 61.9 135.3) |
| OKLCH | oklch(0.483 0.153 141.4) |
Copy-ready code
/* CSS */
color: #1a720c;
background-color: #1a720c;
/* Tailwind (arbitrary) */
class="text-[#1a720c] bg-[#1a720c]"
/* SCSS */
$brand: #1a720c;
/* SwiftUI */
Color(red: 0.102, green: 0.447, blue: 0.047)
/* Android */
Color.parseColor("#1a720c")Accessibility — WCAG contrast
Aa
#1a720c on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a720c on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green44.7%
Blue4.7%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow89.5%
Key (black)55.3%
Color previews
#1a720c text on a black background
contrast 3.46:1
Card sample
#1a720c text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a720c;
Background color
Panel with #1a720c background
background-color: #1a720c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a720c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 114, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 114, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a720c; background: linear-gradient(135deg, #1a720c, #0C7242);