#0073b2
a dark, electric blue · cool · closest name: steelblue
RGB
0, 115, 178
HSL
201°, 100%, 35%
CMYK
100, 35, 0, 30
Luminance
0.1548
Every format
| HEX | #0073b2 |
| RGB | rgb(0, 115, 178) |
| HSL | hsl(201, 100%, 35%) |
| CMYK | cmyk(100%, 35%, 0%, 30%) |
| LAB | lab(46.3 -3.4 -40.9) |
| LCH | lch(46.3 41.0 265.3) |
| OKLCH | oklch(0.534 0.130 243.5) |
Copy-ready code
/* CSS */
color: #0073b2;
background-color: #0073b2;
/* Tailwind (arbitrary) */
class="text-[#0073b2] bg-[#0073b2]"
/* SCSS */
$brand: #0073b2;
/* SwiftUI */
Color(red: 0.000, green: 0.451, blue: 0.698)
/* Android */
Color.parseColor("#0073b2")Accessibility — WCAG contrast
Aa
#0073b2 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0073b2 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.1%
Blue69.8%
CMYK percentages
Cyan100.0%
Magenta35.4%
Yellow0.0%
Key (black)30.2%
Color previews
#0073b2 text on a black background
contrast 4.10:1
Card sample
#0073b2 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0073b2;
Background color
Panel with #0073b2 background
background-color: #0073b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0073b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 115, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 115, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0073b2; background: linear-gradient(135deg, #0073b2, #0400B2);