#114daf
a dark, electric blue · cool · closest name: royalblue
RGB
17, 77, 175
HSL
217°, 82%, 38%
CMYK
90, 56, 0, 31
Luminance
0.0852
Every format
| HEX | #114daf |
| RGB | rgb(17, 77, 175) |
| HSL | hsl(217, 82%, 38%) |
| CMYK | cmyk(90%, 56%, 0%, 31%) |
| LAB | lab(35.0 20.8 -57.2) |
| LCH | lch(35.0 60.8 290.0) |
| OKLCH | oklch(0.447 0.168 260.4) |
Copy-ready code
/* CSS */
color: #114daf;
background-color: #114daf;
/* Tailwind (arbitrary) */
class="text-[#114daf] bg-[#114daf]"
/* SCSS */
$brand: #114daf;
/* SwiftUI */
Color(red: 0.067, green: 0.302, blue: 0.686)
/* Android */
Color.parseColor("#114daf")Accessibility — WCAG contrast
Aa
#114daf on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#114daf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green30.2%
Blue68.6%
CMYK percentages
Cyan90.3%
Magenta56.0%
Yellow0.0%
Key (black)31.4%
Color previews
#114daf text on a black background
contrast 2.70:1
Card sample
#114daf text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114daf;
Background color
Panel with #114daf background
background-color: #114daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 77, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 77, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114daf; background: linear-gradient(135deg, #114daf, #3E11AF);