#0f73ba
a dark, electric blue · cool · closest name: steelblue
RGB
15, 115, 186
HSL
205°, 85%, 39%
CMYK
92, 38, 0, 27
Luminance
0.1591
Every format
| HEX | #0f73ba |
| RGB | rgb(15, 115, 186) |
| HSL | hsl(205, 85%, 39%) |
| CMYK | cmyk(92%, 38%, 0%, 27%) |
| LAB | lab(46.9 0.4 -44.6) |
| LCH | lch(46.9 44.6 270.5) |
| OKLCH | oklch(0.541 0.138 247.4) |
Copy-ready code
/* CSS */
color: #0f73ba;
background-color: #0f73ba;
/* Tailwind (arbitrary) */
class="text-[#0f73ba] bg-[#0f73ba]"
/* SCSS */
$brand: #0f73ba;
/* SwiftUI */
Color(red: 0.059, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#0f73ba")Accessibility — WCAG contrast
Aa
#0f73ba on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f73ba on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green45.1%
Blue72.9%
CMYK percentages
Cyan91.9%
Magenta38.2%
Yellow0.0%
Key (black)27.1%
Color previews
#0f73ba text on a black background
contrast 4.18:1
Card sample
#0f73ba text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f73ba;
Background color
Panel with #0f73ba background
background-color: #0f73ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f73ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f73ba; background: linear-gradient(135deg, #0f73ba, #1D0FBA);