#1a331d
a deep, soft green · cool · closest name: darkslategray
RGB
26, 51, 29
HSL
127°, 33%, 15%
CMYK
49, 0, 43, 80
Luminance
0.0268
Every format
| HEX | #1a331d |
| RGB | rgb(26, 51, 29) |
| HSL | hsl(127, 33%, 15%) |
| CMYK | cmyk(49%, 0%, 43%, 80%) |
| LAB | lab(18.7 -15.5 11.0) |
| LCH | lch(18.7 19.0 144.6) |
| OKLCH | oklch(0.294 0.050 146.9) |
Copy-ready code
/* CSS */
color: #1a331d;
background-color: #1a331d;
/* Tailwind (arbitrary) */
class="text-[#1a331d] bg-[#1a331d]"
/* SCSS */
$brand: #1a331d;
/* SwiftUI */
Color(red: 0.102, green: 0.200, blue: 0.114)
/* Android */
Color.parseColor("#1a331d")Accessibility — WCAG contrast
Aa
#1a331d on white: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a331d on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green20.0%
Blue11.4%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow43.1%
Key (black)80.0%
Color previews
#1a331d text on a black background
contrast 1.54:1
Card sample
#1a331d text on a white background
contrast 13.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a331d;
Background color
Panel with #1a331d background
background-color: #1a331d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a331d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 51, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 51, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a331d; background: linear-gradient(135deg, #1a331d, #1A332E);