#116331
a deep, vivid green · cool · closest name: seagreen
RGB
17, 99, 49
HSL
143°, 71%, 23%
CMYK
83, 0, 51, 61
Luminance
0.0926
Every format
| HEX | #116331 |
| RGB | rgb(17, 99, 49) |
| HSL | hsl(143, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 51%, 61%) |
| LAB | lab(36.5 -35.9 21.8) |
| LCH | lch(36.5 42.0 148.7) |
| OKLCH | oklch(0.440 0.110 151.1) |
Copy-ready code
/* CSS */
color: #116331;
background-color: #116331;
/* Tailwind (arbitrary) */
class="text-[#116331] bg-[#116331]"
/* SCSS */
$brand: #116331;
/* SwiftUI */
Color(red: 0.067, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#116331")Accessibility — WCAG contrast
Aa
#116331 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116331 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.8%
Blue19.2%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow50.5%
Key (black)61.2%
Color previews
#116331 text on a black background
contrast 2.85:1
Card sample
#116331 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116331;
Background color
Panel with #116331 background
background-color: #116331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116331; background: linear-gradient(135deg, #116331, #115E63);