#074444
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 68, 68
HSL
180°, 81%, 15%
CMYK
90, 0, 0, 73
Luminance
0.0460
Every format
| HEX | #074444 |
| RGB | rgb(7, 68, 68) |
| HSL | hsl(180, 81%, 15%) |
| CMYK | cmyk(90%, 0%, 0%, 73%) |
| LAB | lab(25.6 -17.7 -5.3) |
| LCH | lch(25.6 18.4 196.5) |
| OKLCH | oklch(0.352 0.057 194.9) |
Copy-ready code
/* CSS */
color: #074444;
background-color: #074444;
/* Tailwind (arbitrary) */
class="text-[#074444] bg-[#074444]"
/* SCSS */
$brand: #074444;
/* SwiftUI */
Color(red: 0.027, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#074444")Accessibility — WCAG contrast
Aa
#074444 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074444 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green26.7%
Blue26.7%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow0.0%
Key (black)73.3%
Color previews
#074444 text on a black background
contrast 1.92:1
Card sample
#074444 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074444;
Background color
Panel with #074444 background
background-color: #074444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074444; background: linear-gradient(135deg, #074444, #071B44);