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