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