#0077cc
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 119, 204
HSL
205°, 100%, 40%
CMYK
100, 42, 0, 20
Luminance
0.1755
Every format
| HEX | #0077cc |
| RGB | rgb(0, 119, 204) |
| HSL | hsl(205, 100%, 40%) |
| CMYK | cmyk(100%, 42%, 0%, 20%) |
| LAB | lab(49.0 4.5 -51.6) |
| LCH | lch(49.0 51.8 274.9) |
| OKLCH | oklch(0.560 0.158 249.8) |
Copy-ready code
/* CSS */
color: #0077cc;
background-color: #0077cc;
/* Tailwind (arbitrary) */
class="text-[#0077cc] bg-[#0077cc]"
/* SCSS */
$brand: #0077cc;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#0077cc")Accessibility — WCAG contrast
Aa
#0077cc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0077cc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue80.0%
CMYK percentages
Cyan100.0%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#0077cc text on a black background
contrast 4.51:1
Card sample
#0077cc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0077cc;
Background color
Panel with #0077cc background
background-color: #0077cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0077cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0077cc; background: linear-gradient(135deg, #0077cc, #1100CC);