#072fd9
a dark, electric blue · warm · closest name: navy
RGB
7, 47, 217
HSL
229°, 94%, 44%
CMYK
97, 78, 0, 15
Luminance
0.0709
Every format
| HEX | #072fd9 |
| RGB | rgb(7, 47, 217) |
| HSL | hsl(229, 94%, 44%) |
| CMYK | cmyk(97%, 78%, 0%, 15%) |
| LAB | lab(32.0 54.8 -86.7) |
| LCH | lch(32.0 102.6 302.3) |
| OKLCH | oklch(0.437 0.253 264.6) |
Copy-ready code
/* CSS */
color: #072fd9;
background-color: #072fd9;
/* Tailwind (arbitrary) */
class="text-[#072fd9] bg-[#072fd9]"
/* SCSS */
$brand: #072fd9;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.851)
/* Android */
Color.parseColor("#072fd9")Accessibility — WCAG contrast
Aa
#072fd9 on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072fd9 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue85.1%
CMYK percentages
Cyan96.8%
Magenta78.3%
Yellow0.0%
Key (black)14.9%
Color previews
#072fd9 text on a black background
contrast 2.42:1
Card sample
#072fd9 text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072fd9;
Background color
Panel with #072fd9 background
background-color: #072fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072fd9; background: linear-gradient(135deg, #072fd9, #6B07D9);