#0773df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 115, 223
HSL
210°, 94%, 45%
CMYK
97, 48, 0, 13
Luminance
0.1763
Every format
| HEX | #0773df |
| RGB | rgb(7, 115, 223) |
| HSL | hsl(210, 94%, 45%) |
| CMYK | cmyk(97%, 48%, 0%, 13%) |
| LAB | lab(49.0 14.7 -62.2) |
| LCH | lch(49.0 63.9 283.3) |
| OKLCH | oklch(0.565 0.185 255.4) |
Copy-ready code
/* CSS */
color: #0773df;
background-color: #0773df;
/* Tailwind (arbitrary) */
class="text-[#0773df] bg-[#0773df]"
/* SCSS */
$brand: #0773df;
/* SwiftUI */
Color(red: 0.027, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#0773df")Accessibility — WCAG contrast
Aa
#0773df on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0773df on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green45.1%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0773df text on a black background
contrast 4.53:1
Card sample
#0773df text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0773df;
Background color
Panel with #0773df background
background-color: #0773df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0773df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0773df; background: linear-gradient(135deg, #0773df, #2B07DF);