#115d92
a dark, electric blue · cool · closest name: steelblue
RGB
17, 93, 146
HSL
205°, 79%, 32%
CMYK
88, 36, 0, 43
Luminance
0.1002
Every format
| HEX | #115d92 |
| RGB | rgb(17, 93, 146) |
| HSL | hsl(205, 79%, 32%) |
| CMYK | cmyk(88%, 36%, 0%, 43%) |
| LAB | lab(37.9 -1.6 -35.2) |
| LCH | lch(37.9 35.3 267.4) |
| OKLCH | oklch(0.463 0.110 245.7) |
Copy-ready code
/* CSS */
color: #115d92;
background-color: #115d92;
/* Tailwind (arbitrary) */
class="text-[#115d92] bg-[#115d92]"
/* SCSS */
$brand: #115d92;
/* SwiftUI */
Color(red: 0.067, green: 0.365, blue: 0.573)
/* Android */
Color.parseColor("#115d92")Accessibility — WCAG contrast
Aa
#115d92 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115d92 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.5%
Blue57.3%
CMYK percentages
Cyan88.4%
Magenta36.3%
Yellow0.0%
Key (black)42.7%
Color previews
#115d92 text on a black background
contrast 3.00:1
Card sample
#115d92 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115d92;
Background color
Panel with #115d92 background
background-color: #115d92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115d92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 93, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 93, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115d92; background: linear-gradient(135deg, #115d92, #1B1192);