#115bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 91, 253
HSL
221°, 98%, 53%
CMYK
93, 64, 0, 1
Luminance
0.1469
Every format
| HEX | #115bfd |
| RGB | rgb(17, 91, 253) |
| HSL | hsl(221, 98%, 53%) |
| CMYK | cmyk(93%, 64%, 0%, 1%) |
| LAB | lab(45.2 41.8 -85.3) |
| LCH | lch(45.2 95.0 296.1) |
| OKLCH | oklch(0.543 0.249 262.8) |
Copy-ready code
/* CSS */
color: #115bfd;
background-color: #115bfd;
/* Tailwind (arbitrary) */
class="text-[#115bfd] bg-[#115bfd]"
/* SCSS */
$brand: #115bfd;
/* SwiftUI */
Color(red: 0.067, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#115bfd")Accessibility — WCAG contrast
Aa
#115bfd on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115bfd on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green35.7%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#115bfd text on a black background
contrast 3.94:1
Card sample
#115bfd text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115bfd;
Background color
Panel with #115bfd background
background-color: #115bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115bfd; background: linear-gradient(135deg, #115bfd, #6411FD);