#11601f
a deep, vivid green · cool · closest name: seagreen
RGB
17, 96, 31
HSL
131°, 70%, 22%
CMYK
82, 0, 68, 62
Luminance
0.0858
Every format
| HEX | #11601f |
| RGB | rgb(17, 96, 31) |
| HSL | hsl(131, 70%, 22%) |
| CMYK | cmyk(82%, 0%, 68%, 62%) |
| LAB | lab(35.2 -37.5 29.9) |
| LCH | lch(35.2 48.0 141.5) |
| OKLCH | oklch(0.429 0.123 145.5) |
Copy-ready code
/* CSS */
color: #11601f;
background-color: #11601f;
/* Tailwind (arbitrary) */
class="text-[#11601f] bg-[#11601f]"
/* SCSS */
$brand: #11601f;
/* SwiftUI */
Color(red: 0.067, green: 0.376, blue: 0.122)
/* Android */
Color.parseColor("#11601f")Accessibility — WCAG contrast
Aa
#11601f on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11601f on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green37.6%
Blue12.2%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow67.7%
Key (black)62.4%
Color previews
#11601f text on a black background
contrast 2.72:1
Card sample
#11601f text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11601f;
Background color
Panel with #11601f background
background-color: #11601f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11601f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 96, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 96, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11601f; background: linear-gradient(135deg, #11601f, #116054);