#072f7d
a dark, electric blue · cool · closest name: midnightblue
RGB
7, 47, 125
HSL
220°, 89%, 26%
CMYK
94, 62, 0, 51
Luminance
0.0356
Every format
| HEX | #072f7d |
| RGB | rgb(7, 47, 125) |
| HSL | hsl(220, 89%, 26%) |
| CMYK | cmyk(94%, 62%, 0%, 51%) |
| LAB | lab(22.1 20.4 -47.6) |
| LCH | lch(22.1 51.8 293.2) |
| OKLCH | oklch(0.336 0.139 261.9) |
Copy-ready code
/* CSS */
color: #072f7d;
background-color: #072f7d;
/* Tailwind (arbitrary) */
class="text-[#072f7d] bg-[#072f7d]"
/* SCSS */
$brand: #072f7d;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.490)
/* Android */
Color.parseColor("#072f7d")Accessibility — WCAG contrast
Aa
#072f7d on white: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072f7d on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue49.0%
CMYK percentages
Cyan94.4%
Magenta62.4%
Yellow0.0%
Key (black)51.0%
Color previews
#072f7d text on a black background
contrast 1.71:1
Card sample
#072f7d text on a white background
contrast 12.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072f7d;
Background color
Panel with #072f7d background
background-color: #072f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072f7d; background: linear-gradient(135deg, #072f7d, #2E077D);