#070cdf
a balanced, electric blue · warm · closest name: blue
RGB
7, 12, 223
HSL
239°, 94%, 45%
CMYK
97, 95, 0, 13
Luminance
0.0564
Every format
| HEX | #070cdf |
| RGB | rgb(7, 12, 223) |
| HSL | hsl(239, 94%, 45%) |
| CMYK | cmyk(97%, 95%, 0%, 13%) |
| LAB | lab(28.5 69.4 -96.1) |
| LCH | lch(28.5 118.5 305.8) |
| OKLCH | oklch(0.414 0.279 264.7) |
Copy-ready code
/* CSS */
color: #070cdf;
background-color: #070cdf;
/* Tailwind (arbitrary) */
class="text-[#070cdf] bg-[#070cdf]"
/* SCSS */
$brand: #070cdf;
/* SwiftUI */
Color(red: 0.027, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#070cdf")Accessibility — WCAG contrast
Aa
#070cdf on white: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070cdf on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#070cdf text on a black background
contrast 2.13:1
Card sample
#070cdf text on a white background
contrast 9.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070cdf;
Background color
Panel with #070cdf background
background-color: #070cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070cdf; background: linear-gradient(135deg, #070cdf, #9207DF);