#2777cc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
39, 119, 204
HSL
211°, 68%, 48%
CMYK
81, 42, 0, 20
Luminance
0.1798
Every format
| HEX | #2777cc |
| RGB | rgb(39, 119, 204) |
| HSL | hsl(211, 68%, 48%) |
| CMYK | cmyk(81%, 42%, 0%, 20%) |
| LAB | lab(49.5 6.7 -50.7) |
| LCH | lch(49.5 51.2 277.5) |
| OKLCH | oklch(0.566 0.152 253.4) |
Copy-ready code
/* CSS */
color: #2777cc;
background-color: #2777cc;
/* Tailwind (arbitrary) */
class="text-[#2777cc] bg-[#2777cc]"
/* SCSS */
$brand: #2777cc;
/* SwiftUI */
Color(red: 0.153, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#2777cc")Accessibility — WCAG contrast
Aa
#2777cc on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2777cc on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green46.7%
Blue80.0%
CMYK percentages
Cyan80.9%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#2777cc text on a black background
contrast 4.60:1
Card sample
#2777cc text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2777cc;
Background color
Panel with #2777cc background
background-color: #2777cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2777cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2777cc; background: linear-gradient(135deg, #2777cc, #4527CC);