#013eb2
a dark, electric blue · cool · closest name: slateblue
RGB
1, 62, 178
HSL
219°, 99%, 35%
CMYK
99, 65, 0, 30
Luminance
0.0667
Every format
| HEX | #013eb2 |
| RGB | rgb(1, 62, 178) |
| HSL | hsl(219, 99%, 35%) |
| CMYK | cmyk(99%, 65%, 0%, 30%) |
| LAB | lab(31.0 31.5 -65.5) |
| LCH | lch(31.0 72.7 295.7) |
| OKLCH | oklch(0.417 0.192 262.0) |
Copy-ready code
/* CSS */
color: #013eb2;
background-color: #013eb2;
/* Tailwind (arbitrary) */
class="text-[#013eb2] bg-[#013eb2]"
/* SCSS */
$brand: #013eb2;
/* SwiftUI */
Color(red: 0.004, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#013eb2")Accessibility — WCAG contrast
Aa
#013eb2 on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#013eb2 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green24.3%
Blue69.8%
CMYK percentages
Cyan99.4%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#013eb2 text on a black background
contrast 2.33:1
Card sample
#013eb2 text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #013eb2;
Background color
Panel with #013eb2 background
background-color: #013eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #013eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #013eb2; background: linear-gradient(135deg, #013eb2, #3A01B2);