#1a6611
a deep, vivid green · cool · closest name: forestgreen
RGB
26, 102, 17
HSL
114°, 71%, 23%
CMYK
75, 0, 83, 60
Luminance
0.0976
Every format
| HEX | #1a6611 |
| RGB | rgb(26, 102, 17) |
| HSL | hsl(114, 71%, 23%) |
| CMYK | cmyk(75%, 0%, 83%, 60%) |
| LAB | lab(37.4 -39.5 38.1) |
| LCH | lch(37.4 54.9 136.0) |
| OKLCH | oklch(0.448 0.137 141.7) |
Copy-ready code
/* CSS */
color: #1a6611;
background-color: #1a6611;
/* Tailwind (arbitrary) */
class="text-[#1a6611] bg-[#1a6611]"
/* SCSS */
$brand: #1a6611;
/* SwiftUI */
Color(red: 0.102, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#1a6611")Accessibility — WCAG contrast
Aa
#1a6611 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a6611 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green40.0%
Blue6.7%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#1a6611 text on a black background
contrast 2.95:1
Card sample
#1a6611 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a6611;
Background color
Panel with #1a6611 background
background-color: #1a6611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a6611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a6611; background: linear-gradient(135deg, #1a6611, #116641);