#070e5f
a deep, electric blue · warm · closest name: midnightblue
RGB
7, 14, 95
HSL
235°, 86%, 20%
CMYK
93, 85, 0, 63
Luminance
0.0119
Every format
| HEX | #070e5f |
| RGB | rgb(7, 14, 95) |
| HSL | hsl(235, 86%, 20%) |
| CMYK | cmyk(93%, 85%, 0%, 63%) |
| LAB | lab(10.4 30.8 -47.4) |
| LCH | lch(10.4 56.5 303.1) |
| OKLCH | oklch(0.241 0.137 267.3) |
Copy-ready code
/* CSS */
color: #070e5f;
background-color: #070e5f;
/* Tailwind (arbitrary) */
class="text-[#070e5f] bg-[#070e5f]"
/* SCSS */
$brand: #070e5f;
/* SwiftUI */
Color(red: 0.027, green: 0.055, blue: 0.373)
/* Android */
Color.parseColor("#070e5f")Accessibility — WCAG contrast
Aa
#070e5f on white: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#070e5f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green5.5%
Blue37.3%
CMYK percentages
Cyan92.6%
Magenta85.3%
Yellow0.0%
Key (black)62.7%
Color previews
#070e5f text on a black background
contrast 1.24:1
Card sample
#070e5f text on a white background
contrast 16.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #070e5f;
Background color
Panel with #070e5f background
background-color: #070e5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #070e5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 14, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 14, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #070e5f; background: linear-gradient(135deg, #070e5f, #3B075F);