#044347
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 67, 71
HSL
184°, 89%, 15%
CMYK
94, 6, 0, 72
Luminance
0.0450
Every format
| HEX | #044347 |
| RGB | rgb(4, 67, 71) |
| HSL | hsl(184, 89%, 15%) |
| CMYK | cmyk(94%, 6%, 0%, 72%) |
| LAB | lab(25.2 -16.4 -7.7) |
| LCH | lch(25.2 18.1 205.1) |
| OKLCH | oklch(0.349 0.058 201.8) |
Copy-ready code
/* CSS */
color: #044347;
background-color: #044347;
/* Tailwind (arbitrary) */
class="text-[#044347] bg-[#044347]"
/* SCSS */
$brand: #044347;
/* SwiftUI */
Color(red: 0.016, green: 0.263, blue: 0.278)
/* Android */
Color.parseColor("#044347")Accessibility — WCAG contrast
Aa
#044347 on white: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044347 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green26.3%
Blue27.8%
CMYK percentages
Cyan94.4%
Magenta5.6%
Yellow0.0%
Key (black)72.2%
Color previews
#044347 text on a black background
contrast 1.90:1
Card sample
#044347 text on a white background
contrast 11.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044347;
Background color
Panel with #044347 background
background-color: #044347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 67, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 67, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044347; background: linear-gradient(135deg, #044347, #041647);