#0072be
a dark, electric blue · cool · closest name: steelblue
RGB
0, 114, 190
HSL
204°, 100%, 37%
CMYK
100, 40, 0, 26
Luminance
0.1575
Every format
| HEX | #0072be |
| RGB | rgb(0, 114, 190) |
| HSL | hsl(204, 100%, 37%) |
| CMYK | cmyk(100%, 40%, 0%, 26%) |
| LAB | lab(46.6 2.0 -47.3) |
| LCH | lch(46.6 47.3 272.4) |
| OKLCH | oklch(0.539 0.146 248.2) |
Copy-ready code
/* CSS */
color: #0072be;
background-color: #0072be;
/* Tailwind (arbitrary) */
class="text-[#0072be] bg-[#0072be]"
/* SCSS */
$brand: #0072be;
/* SwiftUI */
Color(red: 0.000, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#0072be")Accessibility — WCAG contrast
Aa
#0072be on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0072be on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green44.7%
Blue74.5%
CMYK percentages
Cyan100.0%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#0072be text on a black background
contrast 4.15:1
Card sample
#0072be text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0072be;
Background color
Panel with #0072be background
background-color: #0072be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0072be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0072be; background: linear-gradient(135deg, #0072be, #0D00BE);