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