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