#072f81
a dark, electric blue · cool · closest name: midnightblue
RGB
7, 47, 129
HSL
220°, 90%, 27%
CMYK
95, 64, 0, 49
Luminance
0.0366
Every format
| HEX | #072f81 |
| RGB | rgb(7, 47, 129) |
| HSL | hsl(220, 90%, 27%) |
| CMYK | cmyk(95%, 64%, 0%, 49%) |
| LAB | lab(22.5 22.1 -49.5) |
| LCH | lch(22.5 54.2 294.1) |
| OKLCH | oklch(0.340 0.145 262.3) |
Copy-ready code
/* CSS */
color: #072f81;
background-color: #072f81;
/* Tailwind (arbitrary) */
class="text-[#072f81] bg-[#072f81]"
/* SCSS */
$brand: #072f81;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.506)
/* Android */
Color.parseColor("#072f81")Accessibility — WCAG contrast
Aa
#072f81 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072f81 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue50.6%
CMYK percentages
Cyan94.6%
Magenta63.6%
Yellow0.0%
Key (black)49.4%
Color previews
#072f81 text on a black background
contrast 1.73:1
Card sample
#072f81 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072f81;
Background color
Panel with #072f81 background
background-color: #072f81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072f81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072f81; background: linear-gradient(135deg, #072f81, #300781);