#077ade
a dark, electric blue · cool · closest name: dodgerblue
RGB
7, 122, 222
HSL
208°, 94%, 45%
CMYK
97, 45, 0, 13
Luminance
0.1924
Every format
| HEX | #077ade |
| RGB | rgb(7, 122, 222) |
| HSL | hsl(208, 94%, 45%) |
| CMYK | cmyk(97%, 45%, 0%, 13%) |
| LAB | lab(51.0 9.9 -58.6) |
| LCH | lch(51.0 59.4 279.6) |
| OKLCH | oklch(0.580 0.176 253.0) |
Copy-ready code
/* CSS */
color: #077ade;
background-color: #077ade;
/* Tailwind (arbitrary) */
class="text-[#077ade] bg-[#077ade]"
/* SCSS */
$brand: #077ade;
/* SwiftUI */
Color(red: 0.027, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#077ade")Accessibility — WCAG contrast
Aa
#077ade on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#077ade on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green47.8%
Blue87.1%
CMYK percentages
Cyan96.8%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#077ade text on a black background
contrast 4.85:1
Card sample
#077ade text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077ade;
Background color
Panel with #077ade background
background-color: #077ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077ade; background: linear-gradient(135deg, #077ade, #2307DE);