#015eb7
a dark, electric blue · cool · closest name: royalblue
RGB
1, 94, 183
HSL
209°, 99%, 36%
CMYK
100, 49, 0, 28
Luminance
0.1143
Every format
| HEX | #015eb7 |
| RGB | rgb(1, 94, 183) |
| HSL | hsl(209, 99%, 36%) |
| CMYK | cmyk(100%, 49%, 0%, 28%) |
| LAB | lab(40.3 12.0 -53.4) |
| LCH | lch(40.3 54.7 282.7) |
| OKLCH | oklch(0.489 0.159 254.8) |
Copy-ready code
/* CSS */
color: #015eb7;
background-color: #015eb7;
/* Tailwind (arbitrary) */
class="text-[#015eb7] bg-[#015eb7]"
/* SCSS */
$brand: #015eb7;
/* SwiftUI */
Color(red: 0.004, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#015eb7")Accessibility — WCAG contrast
Aa
#015eb7 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#015eb7 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green36.9%
Blue71.8%
CMYK percentages
Cyan99.5%
Magenta48.6%
Yellow0.0%
Key (black)28.2%
Color previews
#015eb7 text on a black background
contrast 3.29:1
Card sample
#015eb7 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #015eb7;
Background color
Panel with #015eb7 background
background-color: #015eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #015eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #015eb7; background: linear-gradient(135deg, #015eb7, #1D01B7);