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