#115d94
a dark, electric blue · cool · closest name: steelblue
RGB
17, 93, 148
HSL
205°, 79%, 32%
CMYK
89, 37, 0, 42
Luminance
0.1009
Every format
| HEX | #115d94 |
| RGB | rgb(17, 93, 148) |
| HSL | hsl(205, 79%, 32%) |
| CMYK | cmyk(89%, 37%, 0%, 42%) |
| LAB | lab(38.0 -0.8 -36.3) |
| LCH | lch(38.0 36.3 268.8) |
| OKLCH | oklch(0.464 0.113 246.6) |
Copy-ready code
/* CSS */
color: #115d94;
background-color: #115d94;
/* Tailwind (arbitrary) */
class="text-[#115d94] bg-[#115d94]"
/* SCSS */
$brand: #115d94;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.580)
/* Android */
Color.parseColor("#115d94")Accessibility — WCAG contrast
Aa
#115d94 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115d94 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue58.0%
CMYK percentages
Cyan88.5%
Magenta37.2%
Yellow0.0%
Key (black)42.0%
Color previews
#115d94 text on a black background
contrast 3.02:1
Card sample
#115d94 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d94;
Background color
Panel with #115d94 background
background-color: #115d94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d94; background: linear-gradient(135deg, #115d94, #1C1194);