#114488
a dark, electric blue · cool · closest name: midnightblue
RGB
17, 68, 136
HSL
214°, 78%, 30%
CMYK
88, 50, 0, 47
Luminance
0.0603
Every format
| HEX | #114488 |
| RGB | rgb(17, 68, 136) |
| HSL | hsl(214, 78%, 30%) |
| CMYK | cmyk(88%, 50%, 0%, 47%) |
| LAB | lab(29.5 10.9 -42.5) |
| LCH | lch(29.5 43.9 284.4) |
| OKLCH | oklch(0.395 0.125 257.5) |
Copy-ready code
/* CSS */
color: #114488;
background-color: #114488;
/* Tailwind (arbitrary) */
class="text-[#114488] bg-[#114488]"
/* SCSS */
$brand: #114488;
/* SwiftUI */
Color(red: 0.067, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#114488")Accessibility — WCAG contrast
Aa
#114488 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114488 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green26.7%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta50.0%
Yellow0.0%
Key (black)46.7%
Color previews
#114488 text on a black background
contrast 2.21:1
Card sample
#114488 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114488;
Background color
Panel with #114488 background
background-color: #114488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114488; background: linear-gradient(135deg, #114488, #2D1188);