#072baf
a dark, electric blue · warm · closest name: navy
RGB
7, 43, 175
HSL
227°, 92%, 36%
CMYK
96, 75, 0, 31
Luminance
0.0487
Every format
| HEX | #072baf |
| RGB | rgb(7, 43, 175) |
| HSL | hsl(227, 92%, 36%) |
| CMYK | cmyk(96%, 75%, 0%, 31%) |
| LAB | lab(26.4 42.7 -71.4) |
| LCH | lch(26.4 83.2 300.8) |
| OKLCH | oklch(0.382 0.208 264.5) |
Copy-ready code
/* CSS */
color: #072baf;
background-color: #072baf;
/* Tailwind (arbitrary) */
class="text-[#072baf] bg-[#072baf]"
/* SCSS */
$brand: #072baf;
/* SwiftUI */
Color(red: 0.027, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#072baf")Accessibility — WCAG contrast
Aa
#072baf on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072baf on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green16.9%
Blue68.6%
CMYK percentages
Cyan96.0%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#072baf text on a black background
contrast 1.97:1
Card sample
#072baf text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072baf;
Background color
Panel with #072baf background
background-color: #072baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072baf; background: linear-gradient(135deg, #072baf, #5307AF);