#115588
a dark, electric blue · cool · closest name: steelblue
RGB
17, 85, 136
HSL
206°, 78%, 30%
CMYK
88, 38, 0, 47
Luminance
0.0839
Every format
| HEX | #115588 |
| RGB | rgb(17, 85, 136) |
| HSL | hsl(206, 78%, 30%) |
| CMYK | cmyk(88%, 38%, 0%, 47%) |
| LAB | lab(34.8 -0.5 -34.1) |
| LCH | lch(34.8 34.1 269.1) |
| OKLCH | oklch(0.437 0.106 247.0) |
Copy-ready code
/* CSS */
color: #115588;
background-color: #115588;
/* Tailwind (arbitrary) */
class="text-[#115588] bg-[#115588]"
/* SCSS */
$brand: #115588;
/* SwiftUI */
Color(red: 0.067, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#115588")Accessibility — WCAG contrast
Aa
#115588 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115588 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.3%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta37.5%
Yellow0.0%
Key (black)46.7%
Color previews
#115588 text on a black background
contrast 2.68:1
Card sample
#115588 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115588;
Background color
Panel with #115588 background
background-color: #115588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115588; background: linear-gradient(135deg, #115588, #1C1188);