#072c29
a deep, vivid cyan · cool · closest name: darkslategray
RGB
7, 44, 41
HSL
175°, 73%, 10%
CMYK
84, 0, 7, 83
Luminance
0.0201
Every format
| HEX | #072c29 |
| RGB | rgb(7, 44, 41) |
| HSL | hsl(175, 73%, 10%) |
| CMYK | cmyk(84%, 0%, 7%, 83%) |
| LAB | lab(15.5 -13.6 -1.8) |
| LCH | lch(15.5 13.8 187.6) |
| OKLCH | oklch(0.267 0.041 187.2) |
Copy-ready code
/* CSS */
color: #072c29;
background-color: #072c29;
/* Tailwind (arbitrary) */
class="text-[#072c29] bg-[#072c29]"
/* SCSS */
$brand: #072c29;
/* SwiftUI */
Color(red: 0.027, green: 0.173, blue: 0.161)
/* Android */
Color.parseColor("#072c29")Accessibility — WCAG contrast
Aa
#072c29 on white: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072c29 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green17.3%
Blue16.1%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow6.8%
Key (black)82.7%
Color previews
#072c29 text on a black background
contrast 1.40:1
Card sample
#072c29 text on a white background
contrast 14.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072c29;
Background color
Panel with #072c29 background
background-color: #072c29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072c29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 44, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 44, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072c29; background: linear-gradient(135deg, #072c29, #07162C);