#115d60
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 93, 96
HSL
182°, 70%, 22%
CMYK
82, 3, 0, 62
Luminance
0.0879
Every format
| HEX | #115d60 |
| RGB | rgb(17, 93, 96) |
| HSL | hsl(182, 70%, 22%) |
| CMYK | cmyk(82%, 3%, 0%, 62%) |
| LAB | lab(35.6 -20.4 -8.1) |
| LCH | lch(35.6 22.0 201.6) |
| OKLCH | oklch(0.437 0.069 199.0) |
Copy-ready code
/* CSS */
color: #115d60;
background-color: #115d60;
/* Tailwind (arbitrary) */
class="text-[#115d60] bg-[#115d60]"
/* SCSS */
$brand: #115d60;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.376)
/* Android */
Color.parseColor("#115d60")Accessibility — WCAG contrast
Aa
#115d60 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d60 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue37.6%
CMYK percentages
Cyan82.3%
Magenta3.1%
Yellow0.0%
Key (black)62.4%
Color previews
#115d60 text on a black background
contrast 2.76:1
Card sample
#115d60 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d60;
Background color
Panel with #115d60 background
background-color: #115d60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d60; background: linear-gradient(135deg, #115d60, #112860);