#074b52
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 75, 82
HSL
186°, 84%, 18%
CMYK
92, 9, 0, 68
Luminance
0.0569
Every format
| HEX | #074b52 |
| RGB | rgb(7, 75, 82) |
| HSL | hsl(186, 84%, 18%) |
| CMYK | cmyk(92%, 9%, 0%, 68%) |
| LAB | lab(28.6 -16.5 -9.8) |
| LCH | lch(28.6 19.2 210.5) |
| OKLCH | oklch(0.378 0.062 206.0) |
Copy-ready code
/* CSS */
color: #074b52;
background-color: #074b52;
/* Tailwind (arbitrary) */
class="text-[#074b52] bg-[#074b52]"
/* SCSS */
$brand: #074b52;
/* SwiftUI */
Color(red: 0.027, green: 0.294, blue: 0.322)
/* Android */
Color.parseColor("#074b52")Accessibility — WCAG contrast
Aa
#074b52 on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074b52 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green29.4%
Blue32.2%
CMYK percentages
Cyan91.5%
Magenta8.5%
Yellow0.0%
Key (black)67.8%
Color previews
#074b52 text on a black background
contrast 2.14:1
Card sample
#074b52 text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074b52;
Background color
Panel with #074b52 background
background-color: #074b52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074b52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 75, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 75, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074b52; background: linear-gradient(135deg, #074b52, #071952);