#116e4f
a deep, vivid cyan · cool · closest name: seagreen
RGB
17, 110, 79
HSL
160°, 73%, 25%
CMYK
85, 0, 28, 57
Luminance
0.1184
Every format
| HEX | #116e4f |
| RGB | rgb(17, 110, 79) |
| HSL | hsl(160, 73%, 25%) |
| CMYK | cmyk(85%, 0%, 28%, 57%) |
| LAB | lab(41.0 -33.8 10.1) |
| LCH | lch(41.0 35.2 163.3) |
| OKLCH | oklch(0.479 0.096 164.4) |
Copy-ready code
/* CSS */
color: #116e4f;
background-color: #116e4f;
/* Tailwind (arbitrary) */
class="text-[#116e4f] bg-[#116e4f]"
/* SCSS */
$brand: #116e4f;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.310)
/* Android */
Color.parseColor("#116e4f")Accessibility — WCAG contrast
Aa
#116e4f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116e4f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue31.0%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow28.2%
Key (black)56.9%
Color previews
#116e4f text on a black background
contrast 3.37:1
Card sample
#116e4f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116e4f;
Background color
Panel with #116e4f background
background-color: #116e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116e4f; background: linear-gradient(135deg, #116e4f, #114F6E);