#1372a8
a dark, electric blue · cool · closest name: steelblue
RGB
19, 114, 168
HSL
202°, 80%, 37%
CMYK
89, 32, 0, 34
Luminance
0.1500
Every format
| HEX | #1372a8 |
| RGB | rgb(19, 114, 168) |
| HSL | hsl(202, 80%, 37%) |
| CMYK | cmyk(89%, 32%, 0%, 34%) |
| LAB | lab(45.6 -5.7 -36.0) |
| LCH | lch(45.6 36.5 261.0) |
| OKLCH | oklch(0.528 0.117 241.1) |
Copy-ready code
/* CSS */
color: #1372a8;
background-color: #1372a8;
/* Tailwind (arbitrary) */
class="text-[#1372a8] bg-[#1372a8]"
/* SCSS */
$brand: #1372a8;
/* SwiftUI */
Color(red: 0.075, green: 0.447, blue: 0.659)
/* Android */
Color.parseColor("#1372a8")Accessibility — WCAG contrast
Aa
#1372a8 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1372a8 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green44.7%
Blue65.9%
CMYK percentages
Cyan88.7%
Magenta32.1%
Yellow0.0%
Key (black)34.1%
Color previews
#1372a8 text on a black background
contrast 4.00:1
Card sample
#1372a8 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1372a8;
Background color
Panel with #1372a8 background
background-color: #1372a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1372a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 114, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 114, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1372a8; background: linear-gradient(135deg, #1372a8, #1713A8);