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