#114792
a dark, electric blue · cool · closest name: midnightblue
RGB
17, 71, 146
HSL
215°, 79%, 32%
CMYK
88, 51, 0, 43
Luminance
0.0670
Every format
| HEX | #114792 |
| RGB | rgb(17, 71, 146) |
| HSL | hsl(215, 79%, 32%) |
| CMYK | cmyk(88%, 51%, 0%, 43%) |
| LAB | lab(31.1 13.0 -46.1) |
| LCH | lch(31.1 47.9 285.8) |
| OKLCH | oklch(0.410 0.136 258.2) |
Copy-ready code
/* CSS */
color: #114792;
background-color: #114792;
/* Tailwind (arbitrary) */
class="text-[#114792] bg-[#114792]"
/* SCSS */
$brand: #114792;
/* SwiftUI */
Color(red: 0.067, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#114792")Accessibility — WCAG contrast
Aa
#114792 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114792 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green27.8%
Blue57.3%
CMYK percentages
Cyan88.4%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#114792 text on a black background
contrast 2.34:1
Card sample
#114792 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114792;
Background color
Panel with #114792 background
background-color: #114792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114792; background: linear-gradient(135deg, #114792, #311192);