#115d79
a dark, electric cyan · cool · closest name: darkslategray
RGB
17, 93, 121
HSL
196°, 75%, 27%
CMYK
86, 23, 0, 53
Luminance
0.0933
Every format
| HEX | #115d79 |
| RGB | rgb(17, 93, 121) |
| HSL | hsl(196, 75%, 27%) |
| CMYK | cmyk(86%, 23%, 0%, 53%) |
| LAB | lab(36.6 -11.4 -22.0) |
| LCH | lch(36.6 24.8 242.6) |
| OKLCH | oklch(0.449 0.082 228.9) |
Copy-ready code
/* CSS */
color: #115d79;
background-color: #115d79;
/* Tailwind (arbitrary) */
class="text-[#115d79] bg-[#115d79]"
/* SCSS */
$brand: #115d79;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.475)
/* Android */
Color.parseColor("#115d79")Accessibility — WCAG contrast
Aa
#115d79 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d79 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue47.5%
CMYK percentages
Cyan86.0%
Magenta23.1%
Yellow0.0%
Key (black)52.5%
Color previews
#115d79 text on a black background
contrast 2.87:1
Card sample
#115d79 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d79;
Background color
Panel with #115d79 background
background-color: #115d79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d79; background: linear-gradient(135deg, #115d79, #111879);