#115d4a
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 93, 74
HSL
165°, 69%, 22%
CMYK
82, 0, 20, 64
Luminance
0.0844
Every format
| HEX | #115d4a |
| RGB | rgb(17, 93, 74) |
| HSL | hsl(165, 69%, 22%) |
| CMYK | cmyk(82%, 0%, 20%, 64%) |
| LAB | lab(34.9 -27.4 4.6) |
| LCH | lch(34.9 27.7 170.5) |
| OKLCH | oklch(0.429 0.077 171.3) |
Copy-ready code
/* CSS */
color: #115d4a;
background-color: #115d4a;
/* Tailwind (arbitrary) */
class="text-[#115d4a] bg-[#115d4a]"
/* SCSS */
$brand: #115d4a;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.290)
/* Android */
Color.parseColor("#115d4a")Accessibility — WCAG contrast
Aa
#115d4a on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d4a on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue29.0%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow20.4%
Key (black)63.5%
Color previews
#115d4a text on a black background
contrast 2.69:1
Card sample
#115d4a text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d4a;
Background color
Panel with #115d4a background
background-color: #115d4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d4a; background: linear-gradient(135deg, #115d4a, #113D5D);