#072cd4
a dark, electric blue · warm · closest name: navy
RGB
7, 44, 212
HSL
229°, 94%, 43%
CMYK
97, 79, 0, 17
Luminance
0.0660
Every format
| HEX | #072cd4 |
| RGB | rgb(7, 44, 212) |
| HSL | hsl(229, 94%, 43%) |
| CMYK | cmyk(97%, 79%, 0%, 17%) |
| LAB | lab(30.9 54.7 -85.7) |
| LCH | lch(30.9 101.7 302.5) |
| OKLCH | oklch(0.427 0.250 264.6) |
Copy-ready code
/* CSS */
color: #072cd4;
background-color: #072cd4;
/* Tailwind (arbitrary) */
class="text-[#072cd4] bg-[#072cd4]"
/* SCSS */
$brand: #072cd4;
/* SwiftUI */
Color(red: 0.027, green: 0.173, blue: 0.831)
/* Android */
Color.parseColor("#072cd4")Accessibility — WCAG contrast
Aa
#072cd4 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072cd4 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green17.3%
Blue83.1%
CMYK percentages
Cyan96.7%
Magenta79.2%
Yellow0.0%
Key (black)16.9%
Color previews
#072cd4 text on a black background
contrast 2.32:1
Card sample
#072cd4 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072cd4;
Background color
Panel with #072cd4 background
background-color: #072cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 44, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 44, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072cd4; background: linear-gradient(135deg, #072cd4, #6B07D4);