#115d77
a dark, electric cyan · cool · closest name: darkslategray
RGB
17, 93, 119
HSL
195°, 75%, 27%
CMYK
86, 22, 0, 53
Luminance
0.0928
Every format
| HEX | #115d77 |
| RGB | rgb(17, 93, 119) |
| HSL | hsl(195, 75%, 27%) |
| CMYK | cmyk(86%, 22%, 0%, 53%) |
| LAB | lab(36.5 -12.2 -20.9) |
| LCH | lch(36.5 24.2 239.9) |
| OKLCH | oklch(0.448 0.080 227.0) |
Copy-ready code
/* CSS */
color: #115d77;
background-color: #115d77;
/* Tailwind (arbitrary) */
class="text-[#115d77] bg-[#115d77]"
/* SCSS */
$brand: #115d77;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.467)
/* Android */
Color.parseColor("#115d77")Accessibility — WCAG contrast
Aa
#115d77 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d77 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue46.7%
CMYK percentages
Cyan85.7%
Magenta21.8%
Yellow0.0%
Key (black)53.3%
Color previews
#115d77 text on a black background
contrast 2.86:1
Card sample
#115d77 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d77;
Background color
Panel with #115d77 background
background-color: #115d77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d77; background: linear-gradient(135deg, #115d77, #111977);