#07091c
a deep, vivid blue · warm · closest name: black
RGB
7, 9, 28
HSL
234°, 60%, 7%
CMYK
75, 68, 0, 89
Luminance
0.0032
Every format
| HEX | #07091c |
| RGB | rgb(7, 9, 28) |
| HSL | hsl(234, 60%, 7%) |
| CMYK | cmyk(75%, 68%, 0%, 89%) |
| LAB | lab(2.9 3.5 -11.1) |
| LCH | lch(2.9 11.7 287.7) |
| OKLCH | oklch(0.150 0.041 275.3) |
Copy-ready code
/* CSS */
color: #07091c;
background-color: #07091c;
/* Tailwind (arbitrary) */
class="text-[#07091c] bg-[#07091c]"
/* SCSS */
$brand: #07091c;
/* SwiftUI */
Color(red: 0.027, green: 0.035, blue: 0.110)
/* Android */
Color.parseColor("#07091c")Accessibility — WCAG contrast
Aa
#07091c on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07091c on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green3.5%
Blue11.0%
CMYK percentages
Cyan75.0%
Magenta67.9%
Yellow0.0%
Key (black)89.0%
Color previews
#07091c text on a black background
contrast 1.06:1
Card sample
#07091c text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07091c;
Background color
Panel with #07091c background
background-color: #07091c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07091c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 9, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 9, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07091c; background: linear-gradient(135deg, #07091c, #13071C);