#074e39
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 78, 57
HSL
162°, 84%, 17%
CMYK
91, 0, 27, 69
Luminance
0.0579
Every format
| HEX | #074e39 |
| RGB | rgb(7, 78, 57) |
| HSL | hsl(162, 84%, 17%) |
| CMYK | cmyk(91%, 0%, 27%, 69%) |
| LAB | lab(28.9 -26.3 6.7) |
| LCH | lch(28.9 27.1 165.7) |
| OKLCH | oklch(0.378 0.074 166.7) |
Copy-ready code
/* CSS */
color: #074e39;
background-color: #074e39;
/* Tailwind (arbitrary) */
class="text-[#074e39] bg-[#074e39]"
/* SCSS */
$brand: #074e39;
/* SwiftUI */
Color(red: 0.027, green: 0.306, blue: 0.224)
/* Android */
Color.parseColor("#074e39")Accessibility — WCAG contrast
Aa
#074e39 on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074e39 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green30.6%
Blue22.4%
CMYK percentages
Cyan91.0%
Magenta0.0%
Yellow26.9%
Key (black)69.4%
Color previews
#074e39 text on a black background
contrast 2.16:1
Card sample
#074e39 text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074e39;
Background color
Panel with #074e39 background
background-color: #074e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 78, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 78, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074e39; background: linear-gradient(135deg, #074e39, #07344E);