#11441a
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 68, 26
HSL
131°, 60%, 17%
CMYK
75, 0, 62, 73
Luminance
0.0433
Every format
| HEX | #11441a |
| RGB | rgb(17, 68, 26) |
| HSL | hsl(131, 60%, 17%) |
| CMYK | cmyk(75%, 0%, 62%, 73%) |
| LAB | lab(24.7 -27.1 20.4) |
| LCH | lch(24.7 34.0 143.1) |
| OKLCH | oklch(0.342 0.088 146.4) |
Copy-ready code
/* CSS */
color: #11441a;
background-color: #11441a;
/* Tailwind (arbitrary) */
class="text-[#11441a] bg-[#11441a]"
/* SCSS */
$brand: #11441a;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.102)
/* Android */
Color.parseColor("#11441a")Accessibility — WCAG contrast
Aa
#11441a on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11441a on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue10.2%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow61.8%
Key (black)73.3%
Color previews
#11441a text on a black background
contrast 1.87:1
Card sample
#11441a text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11441a;
Background color
Panel with #11441a background
background-color: #11441a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11441a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11441a; background: linear-gradient(135deg, #11441a, #11443C);