#072cd0
a dark, electric blue · warm · closest name: navy
RGB
7, 44, 208
HSL
229°, 94%, 42%
CMYK
97, 79, 0, 18
Luminance
0.0640
Every format
| HEX | #072cd0 |
| RGB | rgb(7, 44, 208) |
| HSL | hsl(229, 94%, 42%) |
| CMYK | cmyk(97%, 79%, 0%, 18%) |
| LAB | lab(30.4 53.4 -84.2) |
| LCH | lch(30.4 99.7 302.4) |
| OKLCH | oklch(0.422 0.245 264.6) |
Copy-ready code
/* CSS */
color: #072cd0;
background-color: #072cd0;
/* Tailwind (arbitrary) */
class="text-[#072cd0] bg-[#072cd0]"
/* SCSS */
$brand: #072cd0;
/* SwiftUI */
Color(red: 0.027, green: 0.173, blue: 0.816)
/* Android */
Color.parseColor("#072cd0")Accessibility — WCAG contrast
Aa
#072cd0 on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072cd0 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green17.3%
Blue81.6%
CMYK percentages
Cyan96.6%
Magenta78.8%
Yellow0.0%
Key (black)18.4%
Color previews
#072cd0 text on a black background
contrast 2.28:1
Card sample
#072cd0 text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072cd0;
Background color
Panel with #072cd0 background
background-color: #072cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 44, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 44, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072cd0; background: linear-gradient(135deg, #072cd0, #6807D0);