#115eb3
a dark, electric blue · cool · closest name: royalblue
RGB
17, 94, 179
HSL
212°, 83%, 38%
CMYK
91, 48, 0, 30
Luminance
0.1138
Every format
| HEX | #115eb3 |
| RGB | rgb(17, 94, 179) |
| HSL | hsl(212, 83%, 38%) |
| CMYK | cmyk(91%, 48%, 0%, 30%) |
| LAB | lab(40.2 11.1 -51.2) |
| LCH | lch(40.2 52.4 282.2) |
| OKLCH | oklch(0.488 0.152 255.4) |
Copy-ready code
/* CSS */
color: #115eb3;
background-color: #115eb3;
/* Tailwind (arbitrary) */
class="text-[#115eb3] bg-[#115eb3]"
/* SCSS */
$brand: #115eb3;
/* SwiftUI */
Color(red: 0.067, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#115eb3")Accessibility — WCAG contrast
Aa
#115eb3 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#115eb3 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green36.9%
Blue70.2%
CMYK percentages
Cyan90.5%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#115eb3 text on a black background
contrast 3.28:1
Card sample
#115eb3 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115eb3;
Background color
Panel with #115eb3 background
background-color: #115eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115eb3; background: linear-gradient(135deg, #115eb3, #3011B3);