#2077cc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
32, 119, 204
HSL
210°, 73%, 46%
CMYK
84, 42, 0, 20
Luminance
0.1786
Every format
| HEX | #2077cc |
| RGB | rgb(32, 119, 204) |
| HSL | hsl(210, 73%, 46%) |
| CMYK | cmyk(84%, 42%, 0%, 20%) |
| LAB | lab(49.3 6.0 -51.0) |
| LCH | lch(49.3 51.3 276.7) |
| OKLCH | oklch(0.564 0.153 252.3) |
Copy-ready code
/* CSS */
color: #2077cc;
background-color: #2077cc;
/* Tailwind (arbitrary) */
class="text-[#2077cc] bg-[#2077cc]"
/* SCSS */
$brand: #2077cc;
/* SwiftUI */
Color(red: 0.125, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#2077cc")Accessibility — WCAG contrast
Aa
#2077cc on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2077cc on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green46.7%
Blue80.0%
CMYK percentages
Cyan84.3%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#2077cc text on a black background
contrast 4.57:1
Card sample
#2077cc text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2077cc;
Background color
Panel with #2077cc background
background-color: #2077cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2077cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2077cc; background: linear-gradient(135deg, #2077cc, #3C20CC);