#114477
a dark, electric blue · cool · closest name: steelblue
RGB
17, 68, 119
HSL
210°, 75%, 27%
CMYK
86, 43, 0, 53
Luminance
0.0559
Every format
| HEX | #114477 |
| RGB | rgb(17, 68, 119) |
| HSL | hsl(210, 75%, 27%) |
| CMYK | cmyk(86%, 43%, 0%, 53%) |
| LAB | lab(28.3 3.8 -33.8) |
| LCH | lch(28.3 34.0 276.3) |
| OKLCH | oklch(0.383 0.101 252.4) |
Copy-ready code
/* CSS */
color: #114477;
background-color: #114477;
/* Tailwind (arbitrary) */
class="text-[#114477] bg-[#114477]"
/* SCSS */
$brand: #114477;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#114477")Accessibility — WCAG contrast
Aa
#114477 on white: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114477 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue46.7%
CMYK percentages
Cyan85.7%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#114477 text on a black background
contrast 2.12:1
Card sample
#114477 text on a white background
contrast 9.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114477;
Background color
Panel with #114477 background
background-color: #114477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114477; background: linear-gradient(135deg, #114477, #221177);