#075049
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 80, 73
HSL
174°, 84%, 17%
CMYK
91, 0, 9, 69
Luminance
0.0626
Every format
| HEX | #075049 |
| RGB | rgb(7, 80, 73) |
| HSL | hsl(174, 84%, 17%) |
| CMYK | cmyk(91%, 0%, 9%, 69%) |
| LAB | lab(30.1 -22.4 -1.8) |
| LCH | lch(30.1 22.4 184.6) |
| OKLCH | oklch(0.389 0.066 184.5) |
Copy-ready code
/* CSS */
color: #075049;
background-color: #075049;
/* Tailwind (arbitrary) */
class="text-[#075049] bg-[#075049]"
/* SCSS */
$brand: #075049;
/* SwiftUI */
Color(red: 0.027, green: 0.314, blue: 0.286)
/* Android */
Color.parseColor("#075049")Accessibility — WCAG contrast
Aa
#075049 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075049 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green31.4%
Blue28.6%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow8.8%
Key (black)68.6%
Color previews
#075049 text on a black background
contrast 2.25:1
Card sample
#075049 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075049;
Background color
Panel with #075049 background
background-color: #075049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 80, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 80, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075049; background: linear-gradient(135deg, #075049, #072650);