#115d5a
a deep, vivid cyan · cool · closest name: darkslategray
RGB
17, 93, 90
HSL
178°, 69%, 22%
CMYK
82, 0, 3, 64
Luminance
0.0869
Every format
| HEX | #115d5a |
| RGB | rgb(17, 93, 90) |
| HSL | hsl(178, 69%, 22%) |
| CMYK | cmyk(82%, 0%, 3%, 64%) |
| LAB | lab(35.4 -22.4 -4.7) |
| LCH | lch(35.4 22.9 191.8) |
| OKLCH | oklch(0.434 0.069 190.8) |
Copy-ready code
/* CSS */
color: #115d5a;
background-color: #115d5a;
/* Tailwind (arbitrary) */
class="text-[#115d5a] bg-[#115d5a]"
/* SCSS */
$brand: #115d5a;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.353)
/* Android */
Color.parseColor("#115d5a")Accessibility — WCAG contrast
Aa
#115d5a on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d5a on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue35.3%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow3.2%
Key (black)63.5%
Color previews
#115d5a text on a black background
contrast 2.74:1
Card sample
#115d5a text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d5a;
Background color
Panel with #115d5a background
background-color: #115d5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d5a; background: linear-gradient(135deg, #115d5a, #112D5D);