#1a2e1a
a deep, soft green · cool · closest name: darkslategray
RGB
26, 46, 26
HSL
120°, 28%, 14%
CMYK
44, 0, 44, 82
Luminance
0.0225
Every format
| HEX | #1a2e1a |
| RGB | rgb(26, 46, 26) |
| HSL | hsl(120, 28%, 14%) |
| CMYK | cmyk(44%, 0%, 44%, 82%) |
| LAB | lab(16.7 -13.3 10.4) |
| LCH | lch(16.7 16.9 141.8) |
| OKLCH | oklch(0.278 0.044 144.3) |
Copy-ready code
/* CSS */
color: #1a2e1a;
background-color: #1a2e1a;
/* Tailwind (arbitrary) */
class="text-[#1a2e1a] bg-[#1a2e1a]"
/* SCSS */
$brand: #1a2e1a;
/* SwiftUI */
Color(red: 0.102, green: 0.180, blue: 0.102)
/* Android */
Color.parseColor("#1a2e1a")Accessibility — WCAG contrast
Aa
#1a2e1a on white: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a2e1a on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green18.0%
Blue10.2%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow43.5%
Key (black)82.0%
Color previews
#1a2e1a text on a black background
contrast 1.45:1
Card sample
#1a2e1a text on a white background
contrast 14.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a2e1a;
Background color
Panel with #1a2e1a background
background-color: #1a2e1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a2e1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 46, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 46, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a2e1a; background: linear-gradient(135deg, #1a2e1a, #1A2E27);