#074d52
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 77, 82
HSL
184°, 84%, 18%
CMYK
92, 6, 0, 68
Luminance
0.0596
Every format
| HEX | #074d52 |
| RGB | rgb(7, 77, 82) |
| HSL | hsl(184, 84%, 18%) |
| CMYK | cmyk(92%, 6%, 0%, 68%) |
| LAB | lab(29.3 -17.7 -8.7) |
| LCH | lch(29.3 19.7 206.2) |
| OKLCH | oklch(0.384 0.063 202.7) |
Copy-ready code
/* CSS */
color: #074d52;
background-color: #074d52;
/* Tailwind (arbitrary) */
class="text-[#074d52] bg-[#074d52]"
/* SCSS */
$brand: #074d52;
/* SwiftUI */
Color(red: 0.027, green: 0.302, blue: 0.322)
/* Android */
Color.parseColor("#074d52")Accessibility — WCAG contrast
Aa
#074d52 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074d52 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green30.2%
Blue32.2%
CMYK percentages
Cyan91.5%
Magenta6.1%
Yellow0.0%
Key (black)67.8%
Color previews
#074d52 text on a black background
contrast 2.19:1
Card sample
#074d52 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074d52;
Background color
Panel with #074d52 background
background-color: #074d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 77, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 77, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074d52; background: linear-gradient(135deg, #074d52, #071B52);