#044d4f
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 77, 79
HSL
182°, 90%, 16%
CMYK
95, 3, 0, 69
Luminance
0.0590
Every format
| HEX | #044d4f |
| RGB | rgb(4, 77, 79) |
| HSL | hsl(182, 90%, 16%) |
| CMYK | cmyk(95%, 3%, 0%, 69%) |
| LAB | lab(29.1 -19.1 -7.0) |
| LCH | lch(29.1 20.3 200.2) |
| OKLCH | oklch(0.382 0.064 197.9) |
Copy-ready code
/* CSS */
color: #044d4f;
background-color: #044d4f;
/* Tailwind (arbitrary) */
class="text-[#044d4f] bg-[#044d4f]"
/* SCSS */
$brand: #044d4f;
/* SwiftUI */
Color(red: 0.016, green: 0.302, blue: 0.310)
/* Android */
Color.parseColor("#044d4f")Accessibility — WCAG contrast
Aa
#044d4f on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044d4f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green30.2%
Blue31.0%
CMYK percentages
Cyan94.9%
Magenta2.5%
Yellow0.0%
Key (black)69.0%
Color previews
#044d4f text on a black background
contrast 2.18:1
Card sample
#044d4f text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044d4f;
Background color
Panel with #044d4f background
background-color: #044d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 77, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 77, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044d4f; background: linear-gradient(135deg, #044d4f, #041B4F);