#115d44
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 93, 68
HSL
160°, 69%, 22%
CMYK
82, 0, 27, 64
Luminance
0.0837
Every format
| HEX | #115d44 |
| RGB | rgb(17, 93, 68) |
| HSL | hsl(160, 69%, 22%) |
| CMYK | cmyk(82%, 0%, 27%, 64%) |
| LAB | lab(34.7 -29.0 8.1) |
| LCH | lch(34.7 30.1 164.4) |
| OKLCH | oklch(0.427 0.083 165.5) |
Copy-ready code
/* CSS */
color: #115d44;
background-color: #115d44;
/* Tailwind (arbitrary) */
class="text-[#115d44] bg-[#115d44]"
/* SCSS */
$brand: #115d44;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.267)
/* Android */
Color.parseColor("#115d44")Accessibility — WCAG contrast
Aa
#115d44 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d44 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue26.7%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow26.9%
Key (black)63.5%
Color previews
#115d44 text on a black background
contrast 2.67:1
Card sample
#115d44 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d44;
Background color
Panel with #115d44 background
background-color: #115d44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d44; background: linear-gradient(135deg, #115d44, #11435D);