#115abb
a dark, electric blue · cool · closest name: royalblue
RGB
17, 90, 187
HSL
214°, 83%, 40%
CMYK
91, 52, 0, 27
Luminance
0.1102
Every format
| HEX | #115abb |
| RGB | rgb(17, 90, 187) |
| HSL | hsl(214, 83%, 40%) |
| CMYK | cmyk(91%, 52%, 0%, 27%) |
| LAB | lab(39.6 16.9 -56.8) |
| LCH | lch(39.6 59.3 286.6) |
| OKLCH | oklch(0.485 0.168 258.1) |
Copy-ready code
/* CSS */
color: #115abb;
background-color: #115abb;
/* Tailwind (arbitrary) */
class="text-[#115abb] bg-[#115abb]"
/* SCSS */
$brand: #115abb;
/* SwiftUI */
Color(red: 0.067, green: 0.353, blue: 0.733)
/* Android */
Color.parseColor("#115abb")Accessibility — WCAG contrast
Aa
#115abb on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115abb on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green35.3%
Blue73.3%
CMYK percentages
Cyan90.9%
Magenta51.9%
Yellow0.0%
Key (black)26.7%
Color previews
#115abb text on a black background
contrast 3.20:1
Card sample
#115abb text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115abb;
Background color
Panel with #115abb background
background-color: #115abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 90, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 90, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115abb; background: linear-gradient(135deg, #115abb, #3911BB);