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