#114a99
a dark, electric blue · cool · closest name: midnightblue
RGB
17, 74, 153
HSL
215°, 80%, 33%
CMYK
89, 52, 0, 40
Luminance
0.0732
Every format
| HEX | #114a99 |
| RGB | rgb(17, 74, 153) |
| HSL | hsl(215, 80%, 33%) |
| CMYK | cmyk(89%, 52%, 0%, 40%) |
| LAB | lab(32.5 13.8 -48.1) |
| LCH | lch(32.5 50.0 286.1) |
| OKLCH | oklch(0.423 0.141 258.3) |
Copy-ready code
/* CSS */
color: #114a99;
background-color: #114a99;
/* Tailwind (arbitrary) */
class="text-[#114a99] bg-[#114a99]"
/* SCSS */
$brand: #114a99;
/* SwiftUI */
Color(red: 0.067, green: 0.290, blue: 0.600)
/* Android */
Color.parseColor("#114a99")Accessibility — WCAG contrast
Aa
#114a99 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114a99 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green29.0%
Blue60.0%
CMYK percentages
Cyan88.9%
Magenta51.6%
Yellow0.0%
Key (black)40.0%
Color previews
#114a99 text on a black background
contrast 2.46:1
Card sample
#114a99 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114a99;
Background color
Panel with #114a99 background
background-color: #114a99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114a99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 74, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 74, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114a99; background: linear-gradient(135deg, #114a99, #331199);