#071cd3
a dark, electric blue · warm · closest name: blue
RGB
7, 28, 211
HSL
234°, 94%, 43%
CMYK
97, 87, 0, 17
Luminance
0.0558
Every format
| HEX | #071cd3 |
| RGB | rgb(7, 28, 211) |
| HSL | hsl(234, 94%, 43%) |
| CMYK | cmyk(97%, 87%, 0%, 17%) |
| LAB | lab(28.3 61.6 -89.4) |
| LCH | lch(28.3 108.6 304.6) |
| OKLCH | oklch(0.409 0.260 264.8) |
Copy-ready code
/* CSS */
color: #071cd3;
background-color: #071cd3;
/* Tailwind (arbitrary) */
class="text-[#071cd3] bg-[#071cd3]"
/* SCSS */
$brand: #071cd3;
/* SwiftUI */
Color(red: 0.027, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#071cd3")Accessibility — WCAG contrast
Aa
#071cd3 on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071cd3 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green11.0%
Blue82.7%
CMYK percentages
Cyan96.7%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#071cd3 text on a black background
contrast 2.12:1
Card sample
#071cd3 text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071cd3;
Background color
Panel with #071cd3 background
background-color: #071cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071cd3; background: linear-gradient(135deg, #071cd3, #7A07D3);