#0572be
a dark, electric blue · cool · closest name: steelblue
RGB
5, 114, 190
HSL
205°, 95%, 38%
CMYK
97, 40, 0, 26
Luminance
0.1578
Every format
| HEX | #0572be |
| RGB | rgb(5, 114, 190) |
| HSL | hsl(205, 95%, 38%) |
| CMYK | cmyk(97%, 40%, 0%, 26%) |
| LAB | lab(46.7 2.2 -47.2) |
| LCH | lch(46.7 47.2 272.7) |
| OKLCH | oklch(0.540 0.145 248.5) |
Copy-ready code
/* CSS */
color: #0572be;
background-color: #0572be;
/* Tailwind (arbitrary) */
class="text-[#0572be] bg-[#0572be]"
/* SCSS */
$brand: #0572be;
/* SwiftUI */
Color(red: 0.020, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#0572be")Accessibility — WCAG contrast
Aa
#0572be on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0572be on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green44.7%
Blue74.5%
CMYK percentages
Cyan97.4%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#0572be text on a black background
contrast 4.16:1
Card sample
#0572be text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0572be;
Background color
Panel with #0572be background
background-color: #0572be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0572be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0572be; background: linear-gradient(135deg, #0572be, #1305BE);