#115d97
a dark, electric blue · cool · closest name: steelblue
RGB
17, 93, 151
HSL
206°, 80%, 33%
CMYK
89, 38, 0, 41
Luminance
0.1018
Every format
| HEX | #115d97 |
| RGB | rgb(17, 93, 151) |
| HSL | hsl(206, 80%, 33%) |
| CMYK | cmyk(89%, 38%, 0%, 41%) |
| LAB | lab(38.2 0.4 -37.8) |
| LCH | lch(38.2 37.8 270.6) |
| OKLCH | oklch(0.466 0.117 247.8) |
Copy-ready code
/* CSS */
color: #115d97;
background-color: #115d97;
/* Tailwind (arbitrary) */
class="text-[#115d97] bg-[#115d97]"
/* SCSS */
$brand: #115d97;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.592)
/* Android */
Color.parseColor("#115d97")Accessibility — WCAG contrast
Aa
#115d97 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115d97 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue59.2%
CMYK percentages
Cyan88.7%
Magenta38.4%
Yellow0.0%
Key (black)40.8%
Color previews
#115d97 text on a black background
contrast 3.04:1
Card sample
#115d97 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d97;
Background color
Panel with #115d97 background
background-color: #115d97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d97; background: linear-gradient(135deg, #115d97, #1E1197);