#0f73df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
15, 115, 223
HSL
211°, 87%, 47%
CMYK
93, 48, 0, 13
Luminance
0.1769
Every format
| HEX | #0f73df |
| RGB | rgb(15, 115, 223) |
| HSL | hsl(211, 87%, 47%) |
| CMYK | cmyk(93%, 48%, 0%, 13%) |
| LAB | lab(49.1 14.9 -62.1) |
| LCH | lch(49.1 63.9 283.5) |
| OKLCH | oklch(0.566 0.185 255.8) |
Copy-ready code
/* CSS */
color: #0f73df;
background-color: #0f73df;
/* Tailwind (arbitrary) */
class="text-[#0f73df] bg-[#0f73df]"
/* SCSS */
$brand: #0f73df;
/* SwiftUI */
Color(red: 0.059, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#0f73df")Accessibility — WCAG contrast
Aa
#0f73df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f73df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green45.1%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0f73df text on a black background
contrast 4.54:1
Card sample
#0f73df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f73df;
Background color
Panel with #0f73df background
background-color: #0f73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f73df; background: linear-gradient(135deg, #0f73df, #360FDF);