#073029
a deep, vivid cyan · cool · closest name: darkslategray
RGB
7, 48, 41
HSL
170°, 75%, 11%
CMYK
85, 0, 15, 81
Luminance
0.0232
Every format
| HEX | #073029 |
| RGB | rgb(7, 48, 41) |
| HSL | hsl(170, 75%, 11%) |
| CMYK | cmyk(85%, 0%, 15%, 81%) |
| LAB | lab(17.1 -15.9 0.5) |
| LCH | lch(17.1 15.9 178.3) |
| OKLCH | oklch(0.279 0.046 178.8) |
Copy-ready code
/* CSS */
color: #073029;
background-color: #073029;
/* Tailwind (arbitrary) */
class="text-[#073029] bg-[#073029]"
/* SCSS */
$brand: #073029;
/* SwiftUI */
Color(red: 0.027, green: 0.188, blue: 0.161)
/* Android */
Color.parseColor("#073029")Accessibility — WCAG contrast
Aa
#073029 on white: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073029 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.8%
Blue16.1%
CMYK percentages
Cyan85.4%
Magenta0.0%
Yellow14.6%
Key (black)81.2%
Color previews
#073029 text on a black background
contrast 1.46:1
Card sample
#073029 text on a white background
contrast 14.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073029;
Background color
Panel with #073029 background
background-color: #073029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 48, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 48, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073029; background: linear-gradient(135deg, #073029, #071C30);