#114fff
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 79, 255
HSL
224°, 100%, 53%
CMYK
93, 69, 0, 0
Luminance
0.1293
Every format
| HEX | #114fff |
| RGB | rgb(17, 79, 255) |
| HSL | hsl(224, 100%, 53%) |
| CMYK | cmyk(93%, 69%, 0%, 0%) |
| LAB | lab(42.7 49.8 -90.6) |
| LCH | lch(42.7 103.4 298.8) |
| OKLCH | oklch(0.525 0.265 264.0) |
Copy-ready code
/* CSS */
color: #114fff;
background-color: #114fff;
/* Tailwind (arbitrary) */
class="text-[#114fff] bg-[#114fff]"
/* SCSS */
$brand: #114fff;
/* SwiftUI */
Color(red: 0.067, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#114fff")Accessibility — WCAG contrast
Aa
#114fff on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#114fff on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green31.0%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#114fff text on a black background
contrast 3.59:1
Card sample
#114fff text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #114fff;
Background color
Panel with #114fff background
background-color: #114fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #114fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #114fff; background: linear-gradient(135deg, #114fff, #7211FF);