#071ade
a dark, electric blue · warm · closest name: blue
RGB
7, 26, 222
HSL
235°, 94%, 45%
CMYK
97, 88, 0, 13
Luminance
0.0606
Every format
| HEX | #071ade |
| RGB | rgb(7, 26, 222) |
| HSL | hsl(235, 94%, 45%) |
| CMYK | cmyk(97%, 88%, 0%, 13%) |
| LAB | lab(29.6 65.4 -93.7) |
| LCH | lch(29.6 114.3 304.9) |
| OKLCH | oklch(0.421 0.272 264.8) |
Copy-ready code
/* CSS */
color: #071ade;
background-color: #071ade;
/* Tailwind (arbitrary) */
class="text-[#071ade] bg-[#071ade]"
/* SCSS */
$brand: #071ade;
/* SwiftUI */
Color(red: 0.027, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#071ade")Accessibility — WCAG contrast
Aa
#071ade on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071ade on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green10.2%
Blue87.1%
CMYK percentages
Cyan96.8%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#071ade text on a black background
contrast 2.21:1
Card sample
#071ade text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071ade;
Background color
Panel with #071ade background
background-color: #071ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071ade; background: linear-gradient(135deg, #071ade, #8307DE);