#115d7c
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 93, 124
HSL
197°, 76%, 28%
CMYK
86, 25, 0, 51
Luminance
0.0940
Every format
| HEX | #115d7c |
| RGB | rgb(17, 93, 124) |
| HSL | hsl(197, 76%, 28%) |
| CMYK | cmyk(86%, 25%, 0%, 51%) |
| LAB | lab(36.8 -10.2 -23.6) |
| LCH | lch(36.8 25.8 246.6) |
| OKLCH | oklch(0.450 0.085 231.6) |
Copy-ready code
/* CSS */
color: #115d7c;
background-color: #115d7c;
/* Tailwind (arbitrary) */
class="text-[#115d7c] bg-[#115d7c]"
/* SCSS */
$brand: #115d7c;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.486)
/* Android */
Color.parseColor("#115d7c")Accessibility — WCAG contrast
Aa
#115d7c on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115d7c on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue48.6%
CMYK percentages
Cyan86.3%
Magenta25.0%
Yellow0.0%
Key (black)51.4%
Color previews
#115d7c text on a black background
contrast 2.88:1
Card sample
#115d7c text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d7c;
Background color
Panel with #115d7c background
background-color: #115d7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d7c; background: linear-gradient(135deg, #115d7c, #11167C);