#072258
a deep, electric blue · cool · closest name: midnightblue
RGB
7, 34, 88
HSL
220°, 85%, 19%
CMYK
92, 61, 0, 66
Luminance
0.0189
Every format
| HEX | #072258 |
| RGB | rgb(7, 34, 88) |
| HSL | hsl(220, 85%, 19%) |
| CMYK | cmyk(92%, 61%, 0%, 66%) |
| LAB | lab(14.9 13.8 -35.3) |
| LCH | lch(14.9 37.9 291.4) |
| OKLCH | oklch(0.271 0.103 262.0) |
Copy-ready code
/* CSS */
color: #072258;
background-color: #072258;
/* Tailwind (arbitrary) */
class="text-[#072258] bg-[#072258]"
/* SCSS */
$brand: #072258;
/* SwiftUI */
Color(red: 0.027, green: 0.133, blue: 0.345)
/* Android */
Color.parseColor("#072258")Accessibility — WCAG contrast
Aa
#072258 on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072258 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green13.3%
Blue34.5%
CMYK percentages
Cyan92.0%
Magenta61.4%
Yellow0.0%
Key (black)65.5%
Color previews
#072258 text on a black background
contrast 1.38:1
Card sample
#072258 text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072258;
Background color
Panel with #072258 background
background-color: #072258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 34, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 34, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072258; background: linear-gradient(135deg, #072258, #220758);