#072f50
a deep, electric blue · cool · closest name: darkslategray
RGB
7, 47, 80
HSL
207°, 84%, 17%
CMYK
91, 41, 0, 69
Luminance
0.0266
Every format
| HEX | #072f50 |
| RGB | rgb(7, 47, 80) |
| HSL | hsl(207, 84%, 17%) |
| CMYK | cmyk(91%, 41%, 0%, 69%) |
| LAB | lab(18.6 0.5 -24.0) |
| LCH | lch(18.6 24.0 271.2) |
| OKLCH | oklch(0.298 0.073 248.6) |
Copy-ready code
/* CSS */
color: #072f50;
background-color: #072f50;
/* Tailwind (arbitrary) */
class="text-[#072f50] bg-[#072f50]"
/* SCSS */
$brand: #072f50;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.314)
/* Android */
Color.parseColor("#072f50")Accessibility — WCAG contrast
Aa
#072f50 on white: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072f50 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue31.4%
CMYK percentages
Cyan91.3%
Magenta41.3%
Yellow0.0%
Key (black)68.6%
Color previews
#072f50 text on a black background
contrast 1.53:1
Card sample
#072f50 text on a white background
contrast 13.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072f50;
Background color
Panel with #072f50 background
background-color: #072f50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072f50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072f50; background: linear-gradient(135deg, #072f50, #100750);