#044c64
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 76, 100
HSL
195°, 92%, 20%
CMYK
96, 24, 0, 61
Luminance
0.0611
Every format
| HEX | #044c64 |
| RGB | rgb(4, 76, 100) |
| HSL | hsl(195, 92%, 20%) |
| CMYK | cmyk(96%, 24%, 0%, 61%) |
| LAB | lab(29.7 -10.5 -19.6) |
| LCH | lch(29.7 22.2 241.9) |
| OKLCH | oklch(0.389 0.074 228.1) |
Copy-ready code
/* CSS */
color: #044c64;
background-color: #044c64;
/* Tailwind (arbitrary) */
class="text-[#044c64] bg-[#044c64]"
/* SCSS */
$brand: #044c64;
/* SwiftUI */
Color(red: 0.016, green: 0.298, blue: 0.392)
/* Android */
Color.parseColor("#044c64")Accessibility — WCAG contrast
Aa
#044c64 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044c64 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.8%
Blue39.2%
CMYK percentages
Cyan96.0%
Magenta24.0%
Yellow0.0%
Key (black)60.8%
Color previews
#044c64 text on a black background
contrast 2.22:1
Card sample
#044c64 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044c64;
Background color
Panel with #044c64 background
background-color: #044c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 76, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 76, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044c64; background: linear-gradient(135deg, #044c64, #040C64);