#07071f
a deep, vivid blue · warm · closest name: black
RGB
7, 7, 31
HSL
240°, 63%, 8%
CMYK
77, 77, 0, 88
Luminance
0.0030
Every format
| HEX | #07071f |
| RGB | rgb(7, 7, 31) |
| HSL | hsl(240, 63%, 8%) |
| CMYK | cmyk(77%, 77%, 0%, 88%) |
| LAB | lab(2.7 5.3 -13.9) |
| LCH | lch(2.7 14.9 290.9) |
| OKLCH | oklch(0.147 0.050 278.3) |
Copy-ready code
/* CSS */
color: #07071f;
background-color: #07071f;
/* Tailwind (arbitrary) */
class="text-[#07071f] bg-[#07071f]"
/* SCSS */
$brand: #07071f;
/* SwiftUI */
Color(red: 0.027, green: 0.027, blue: 0.122)
/* Android */
Color.parseColor("#07071f")Accessibility — WCAG contrast
Aa
#07071f on white: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07071f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green2.7%
Blue12.2%
CMYK percentages
Cyan77.4%
Magenta77.4%
Yellow0.0%
Key (black)87.8%
Color previews
#07071f text on a black background
contrast 1.06:1
Card sample
#07071f text on a white background
contrast 19.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07071f;
Background color
Panel with #07071f background
background-color: #07071f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07071f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 7, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 7, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07071f; background: linear-gradient(135deg, #07071f, #17071F);