#117cff
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 124, 255
HSL
213°, 100%, 53%
CMYK
93, 51, 0, 0
Luminance
0.2175
Every format
| HEX | #117cff |
| RGB | rgb(17, 124, 255) |
| HSL | hsl(213, 100%, 53%) |
| CMYK | cmyk(93%, 51%, 0%, 0%) |
| LAB | lab(53.8 21.7 -72.5) |
| LCH | lch(53.8 75.6 286.7) |
| OKLCH | oklch(0.608 0.214 257.7) |
Copy-ready code
/* CSS */
color: #117cff;
background-color: #117cff;
/* Tailwind (arbitrary) */
class="text-[#117cff] bg-[#117cff]"
/* SCSS */
$brand: #117cff;
/* SwiftUI */
Color(red: 0.067, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#117cff")Accessibility — WCAG contrast
Aa
#117cff on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#117cff on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green48.6%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#117cff text on a black background
contrast 5.35:1
Card sample
#117cff text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #117cff;
Background color
Panel with #117cff background
background-color: #117cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #117cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #117cff; background: linear-gradient(135deg, #117cff, #4411FF);