#1a6f21
a dark, vivid green · cool · closest name: forestgreen
RGB
26, 111, 33
HSL
125°, 62%, 27%
CMYK
77, 0, 70, 57
Luminance
0.1170
Every format
| HEX | #1a6f21 |
| RGB | rgb(26, 111, 33) |
| HSL | hsl(125, 62%, 27%) |
| CMYK | cmyk(77%, 0%, 70%, 57%) |
| LAB | lab(40.7 -41.3 35.1) |
| LCH | lch(40.7 54.2 139.6) |
| OKLCH | oklch(0.475 0.138 144.1) |
Copy-ready code
/* CSS */
color: #1a6f21;
background-color: #1a6f21;
/* Tailwind (arbitrary) */
class="text-[#1a6f21] bg-[#1a6f21]"
/* SCSS */
$brand: #1a6f21;
/* SwiftUI */
Color(red: 0.102, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#1a6f21")Accessibility — WCAG contrast
Aa
#1a6f21 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a6f21 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green43.5%
Blue12.9%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow70.3%
Key (black)56.5%
Color previews
#1a6f21 text on a black background
contrast 3.34:1
Card sample
#1a6f21 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a6f21;
Background color
Panel with #1a6f21 background
background-color: #1a6f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a6f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a6f21; background: linear-gradient(135deg, #1a6f21, #1A6F5A);