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