#115d9c
a dark, electric blue · cool · closest name: steelblue
RGB
17, 93, 156
HSL
207°, 80%, 34%
CMYK
89, 40, 0, 39
Luminance
0.1035
Every format
| HEX | #115d9c |
| RGB | rgb(17, 93, 156) |
| HSL | hsl(207, 80%, 34%) |
| CMYK | cmyk(89%, 40%, 0%, 39%) |
| LAB | lab(38.5 2.4 -40.3) |
| LCH | lch(38.5 40.4 273.5) |
| OKLCH | oklch(0.469 0.123 249.7) |
Copy-ready code
/* CSS */
color: #115d9c;
background-color: #115d9c;
/* Tailwind (arbitrary) */
class="text-[#115d9c] bg-[#115d9c]"
/* SCSS */
$brand: #115d9c;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.612)
/* Android */
Color.parseColor("#115d9c")Accessibility — WCAG contrast
Aa
#115d9c on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115d9c on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue61.2%
CMYK percentages
Cyan89.1%
Magenta40.4%
Yellow0.0%
Key (black)38.8%
Color previews
#115d9c text on a black background
contrast 3.07:1
Card sample
#115d9c text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d9c;
Background color
Panel with #115d9c background
background-color: #115d9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d9c; background: linear-gradient(135deg, #115d9c, #22119C);