#11661c
a deep, vivid green · cool · closest name: seagreen
RGB
17, 102, 28
HSL
128°, 71%, 23%
CMYK
83, 0, 73, 60
Luminance
0.0971
Every format
| HEX | #11661c |
| RGB | rgb(17, 102, 28) |
| HSL | hsl(128, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 73%, 60%) |
| LAB | lab(37.3 -40.1 33.6) |
| LCH | lch(37.3 52.3 140.0) |
| OKLCH | oklch(0.446 0.133 144.5) |
Copy-ready code
/* CSS */
color: #11661c;
background-color: #11661c;
/* Tailwind (arbitrary) */
class="text-[#11661c] bg-[#11661c]"
/* SCSS */
$brand: #11661c;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.110)
/* Android */
Color.parseColor("#11661c")Accessibility — WCAG contrast
Aa
#11661c on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11661c on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue11.0%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow72.5%
Key (black)60.0%
Color previews
#11661c text on a black background
contrast 2.94:1
Card sample
#11661c text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11661c;
Background color
Panel with #11661c background
background-color: #11661c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11661c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11661c; background: linear-gradient(135deg, #11661c, #116655);