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