#044c49
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 76, 73
HSL
178°, 90%, 16%
CMYK
95, 0, 4, 70
Luminance
0.0568
Every format
| HEX | #044c49 |
| RGB | rgb(4, 76, 73) |
| HSL | hsl(178, 90%, 16%) |
| CMYK | cmyk(95%, 0%, 4%, 70%) |
| LAB | lab(28.6 -20.6 -4.0) |
| LCH | lch(28.6 21.0 191.0) |
| OKLCH | oklch(0.377 0.063 190.2) |
Copy-ready code
/* CSS */
color: #044c49;
background-color: #044c49;
/* Tailwind (arbitrary) */
class="text-[#044c49] bg-[#044c49]"
/* SCSS */
$brand: #044c49;
/* SwiftUI */
Color(red: 0.016, green: 0.298, blue: 0.286)
/* Android */
Color.parseColor("#044c49")Accessibility — WCAG contrast
Aa
#044c49 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044c49 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.8%
Blue28.6%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow3.9%
Key (black)70.2%
Color previews
#044c49 text on a black background
contrast 2.14:1
Card sample
#044c49 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044c49;
Background color
Panel with #044c49 background
background-color: #044c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 76, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 76, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044c49; background: linear-gradient(135deg, #044c49, #041F4C);