#073f5b
a deep, electric blue · cool · closest name: darkslategray
RGB
7, 63, 91
HSL
200°, 86%, 19%
CMYK
92, 31, 0, 64
Luminance
0.0436
Every format
| HEX | #073f5b |
| RGB | rgb(7, 63, 91) |
| HSL | hsl(200, 86%, 19%) |
| CMYK | cmyk(92%, 31%, 0%, 64%) |
| LAB | lab(24.8 -5.7 -21.5) |
| LCH | lch(24.8 22.2 255.2) |
| OKLCH | oklch(0.349 0.072 237.3) |
Copy-ready code
/* CSS */
color: #073f5b;
background-color: #073f5b;
/* Tailwind (arbitrary) */
class="text-[#073f5b] bg-[#073f5b]"
/* SCSS */
$brand: #073f5b;
/* SwiftUI */
Color(red: 0.027, green: 0.247, blue: 0.357)
/* Android */
Color.parseColor("#073f5b")Accessibility — WCAG contrast
Aa
#073f5b on white: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#073f5b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green24.7%
Blue35.7%
CMYK percentages
Cyan92.3%
Magenta30.8%
Yellow0.0%
Key (black)64.3%
Color previews
#073f5b text on a black background
contrast 1.87:1
Card sample
#073f5b text on a white background
contrast 11.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #073f5b;
Background color
Panel with #073f5b background
background-color: #073f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #073f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 63, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 63, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #073f5b; background: linear-gradient(135deg, #073f5b, #07075B);