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