#2c779f
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 119, 159
HSL
201°, 57%, 40%
CMYK
72, 25, 0, 38
Luminance
0.1623
Every format
| HEX | #2c779f |
| RGB | rgb(44, 119, 159) |
| HSL | hsl(201, 57%, 40%) |
| CMYK | cmyk(72%, 25%, 0%, 38%) |
| LAB | lab(47.3 -9.4 -28.2) |
| LCH | lch(47.3 29.7 251.6) |
| OKLCH | oklch(0.541 0.096 235.9) |
Copy-ready code
/* CSS */
color: #2c779f;
background-color: #2c779f;
/* Tailwind (arbitrary) */
class="text-[#2c779f] bg-[#2c779f]"
/* SCSS */
$brand: #2c779f;
/* SwiftUI */
Color(red: 0.173, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#2c779f")Accessibility — WCAG contrast
Aa
#2c779f on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c779f on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green46.7%
Blue62.4%
CMYK percentages
Cyan72.3%
Magenta25.2%
Yellow0.0%
Key (black)37.6%
Color previews
#2c779f text on a black background
contrast 4.25:1
Card sample
#2c779f text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c779f;
Background color
Panel with #2c779f background
background-color: #2c779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c779f; background: linear-gradient(135deg, #2c779f, #2E2C9F);