#072252
a deep, electric blue · cool · closest name: midnightblue
RGB
7, 34, 82
HSL
218°, 84%, 18%
CMYK
92, 59, 0, 68
Luminance
0.0180
Every format
| HEX | #072252 |
| RGB | rgb(7, 34, 82) |
| HSL | hsl(218, 84%, 18%) |
| CMYK | cmyk(92%, 59%, 0%, 68%) |
| LAB | lab(14.4 11.1 -32.1) |
| LCH | lch(14.4 34.0 289.1) |
| OKLCH | oklch(0.266 0.094 260.8) |
Copy-ready code
/* CSS */
color: #072252;
background-color: #072252;
/* Tailwind (arbitrary) */
class="text-[#072252] bg-[#072252]"
/* SCSS */
$brand: #072252;
/* SwiftUI */
Color(red: 0.027, green: 0.133, blue: 0.322)
/* Android */
Color.parseColor("#072252")Accessibility — WCAG contrast
Aa
#072252 on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072252 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green13.3%
Blue32.2%
CMYK percentages
Cyan91.5%
Magenta58.5%
Yellow0.0%
Key (black)67.8%
Color previews
#072252 text on a black background
contrast 1.36:1
Card sample
#072252 text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072252;
Background color
Panel with #072252 background
background-color: #072252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 34, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 34, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072252; background: linear-gradient(135deg, #072252, #1E0752);