#115bff
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 91, 255
HSL
221°, 100%, 53%
CMYK
93, 64, 0, 0
Luminance
0.1482
Every format
| HEX | #115bff |
| RGB | rgb(17, 91, 255) |
| HSL | hsl(221, 100%, 53%) |
| CMYK | cmyk(93%, 64%, 0%, 0%) |
| LAB | lab(45.4 42.5 -86.1) |
| LCH | lch(45.4 96.0 296.3) |
| OKLCH | oklch(0.545 0.252 262.9) |
Copy-ready code
/* CSS */
color: #115bff;
background-color: #115bff;
/* Tailwind (arbitrary) */
class="text-[#115bff] bg-[#115bff]"
/* SCSS */
$brand: #115bff;
/* SwiftUI */
Color(red: 0.067, green: 0.357, blue: 1.000)
/* Android */
Color.parseColor("#115bff")Accessibility — WCAG contrast
Aa
#115bff on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115bff on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green35.7%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta64.3%
Yellow0.0%
Key (black)0.0%
Color previews
#115bff text on a black background
contrast 3.96:1
Card sample
#115bff text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115bff;
Background color
Panel with #115bff background
background-color: #115bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 91, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 91, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115bff; background: linear-gradient(135deg, #115bff, #6511FF);