#1372be
a dark, electric blue · cool · closest name: steelblue
RGB
19, 114, 190
HSL
207°, 82%, 41%
CMYK
90, 40, 0, 26
Luminance
0.1589
Every format
| HEX | #1372be |
| RGB | rgb(19, 114, 190) |
| HSL | hsl(207, 82%, 41%) |
| CMYK | cmyk(90%, 40%, 0%, 26%) |
| LAB | lab(46.8 2.8 -47.0) |
| LCH | lch(46.8 47.0 273.4) |
| OKLCH | oklch(0.541 0.143 249.5) |
Copy-ready code
/* CSS */
color: #1372be;
background-color: #1372be;
/* Tailwind (arbitrary) */
class="text-[#1372be] bg-[#1372be]"
/* SCSS */
$brand: #1372be;
/* SwiftUI */
Color(red: 0.075, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#1372be")Accessibility — WCAG contrast
Aa
#1372be on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1372be on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green44.7%
Blue74.5%
CMYK percentages
Cyan90.0%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#1372be text on a black background
contrast 4.18:1
Card sample
#1372be text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1372be;
Background color
Panel with #1372be background
background-color: #1372be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1372be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1372be; background: linear-gradient(135deg, #1372be, #2613BE);