#072ade
a dark, electric blue · warm · closest name: blue
RGB
7, 42, 222
HSL
230°, 94%, 45%
CMYK
97, 81, 0, 13
Luminance
0.0698
Every format
| HEX | #072ade |
| RGB | rgb(7, 42, 222) |
| HSL | hsl(230, 94%, 45%) |
| CMYK | cmyk(97%, 81%, 0%, 13%) |
| LAB | lab(31.8 58.9 -90.0) |
| LCH | lch(31.8 107.6 303.2) |
| OKLCH | oklch(0.436 0.262 264.7) |
Copy-ready code
/* CSS */
color: #072ade;
background-color: #072ade;
/* Tailwind (arbitrary) */
class="text-[#072ade] bg-[#072ade]"
/* SCSS */
$brand: #072ade;
/* SwiftUI */
Color(red: 0.027, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#072ade")Accessibility — WCAG contrast
Aa
#072ade on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072ade on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green16.5%
Blue87.1%
CMYK percentages
Cyan96.8%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#072ade text on a black background
contrast 2.40:1
Card sample
#072ade text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072ade;
Background color
Panel with #072ade background
background-color: #072ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072ade; background: linear-gradient(135deg, #072ade, #7307DE);