#116644
a deep, vivid green · cool · closest name: seagreen
RGB
17, 102, 68
HSL
156°, 71%, 23%
CMYK
83, 0, 33, 60
Luminance
0.1004
Every format
| HEX | #116644 |
| RGB | rgb(17, 102, 68) |
| HSL | hsl(156, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 33%, 60%) |
| LAB | lab(37.9 -33.0 12.5) |
| LCH | lch(37.9 35.3 159.3) |
| OKLCH | oklch(0.453 0.095 160.6) |
Copy-ready code
/* CSS */
color: #116644;
background-color: #116644;
/* Tailwind (arbitrary) */
class="text-[#116644] bg-[#116644]"
/* SCSS */
$brand: #116644;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.267)
/* Android */
Color.parseColor("#116644")Accessibility — WCAG contrast
Aa
#116644 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116644 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue26.7%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow33.3%
Key (black)60.0%
Color previews
#116644 text on a black background
contrast 3.01:1
Card sample
#116644 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116644;
Background color
Panel with #116644 background
background-color: #116644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116644; background: linear-gradient(135deg, #116644, #114F66);