#070fdf
a balanced, electric blue · warm · closest name: blue
RGB
7, 15, 223
HSL
238°, 94%, 45%
CMYK
97, 93, 0, 13
Luminance
0.0571
Every format
| HEX | #070fdf |
| RGB | rgb(7, 15, 223) |
| HSL | hsl(238, 94%, 45%) |
| CMYK | cmyk(97%, 93%, 0%, 13%) |
| LAB | lab(28.7 68.8 -95.7) |
| LCH | lch(28.7 117.9 305.7) |
| OKLCH | oklch(0.416 0.278 264.7) |
Copy-ready code
/* CSS */
color: #070fdf;
background-color: #070fdf;
/* Tailwind (arbitrary) */
class="text-[#070fdf] bg-[#070fdf]"
/* SCSS */
$brand: #070fdf;
/* SwiftUI */
Color(red: 0.027, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#070fdf")Accessibility — WCAG contrast
Aa
#070fdf on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070fdf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green5.9%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#070fdf text on a black background
contrast 2.14:1
Card sample
#070fdf text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070fdf;
Background color
Panel with #070fdf background
background-color: #070fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070fdf; background: linear-gradient(135deg, #070fdf, #8F07DF);