#2c77af
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 119, 175
HSL
206°, 60%, 43%
CMYK
75, 32, 0, 31
Luminance
0.1682
Every format
| HEX | #2c77af |
| RGB | rgb(44, 119, 175) |
| HSL | hsl(206, 60%, 43%) |
| CMYK | cmyk(75%, 32%, 0%, 31%) |
| LAB | lab(48.0 -3.6 -36.3) |
| LCH | lch(48.0 36.5 264.3) |
| OKLCH | oklch(0.550 0.114 244.8) |
Copy-ready code
/* CSS */
color: #2c77af;
background-color: #2c77af;
/* Tailwind (arbitrary) */
class="text-[#2c77af] bg-[#2c77af]"
/* SCSS */
$brand: #2c77af;
/* SwiftUI */
Color(red: 0.173, green: 0.467, blue: 0.686)
/* Android */
Color.parseColor("#2c77af")Accessibility — WCAG contrast
Aa
#2c77af on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c77af on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green46.7%
Blue68.6%
CMYK percentages
Cyan74.9%
Magenta32.0%
Yellow0.0%
Key (black)31.4%
Color previews
#2c77af text on a black background
contrast 4.36:1
Card sample
#2c77af text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c77af;
Background color
Panel with #2c77af background
background-color: #2c77af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c77af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 119, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 119, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c77af; background: linear-gradient(135deg, #2c77af, #382CAF);