#071118
a deep, vivid blue · cool · closest name: black
RGB
7, 17, 24
HSL
205°, 55%, 6%
CMYK
71, 29, 0, 91
Luminance
0.0051
Every format
| HEX | #071118 |
| RGB | rgb(7, 17, 24) |
| HSL | hsl(205, 55%, 6%) |
| CMYK | cmyk(71%, 29%, 0%, 91%) |
| LAB | lab(4.6 -1.4 -5.5) |
| LCH | lch(4.6 5.6 255.8) |
| OKLCH | oklch(0.172 0.021 239.3) |
Copy-ready code
/* CSS */
color: #071118;
background-color: #071118;
/* Tailwind (arbitrary) */
class="text-[#071118] bg-[#071118]"
/* SCSS */
$brand: #071118;
/* SwiftUI */
Color(red: 0.027, green: 0.067, blue: 0.094)
/* Android */
Color.parseColor("#071118")Accessibility — WCAG contrast
Aa
#071118 on white: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071118 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green6.7%
Blue9.4%
CMYK percentages
Cyan70.8%
Magenta29.2%
Yellow0.0%
Key (black)90.6%
Color previews
#071118 text on a black background
contrast 1.10:1
Card sample
#071118 text on a white background
contrast 19.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071118;
Background color
Panel with #071118 background
background-color: #071118;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071118;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 17, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 17, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071118; background: linear-gradient(135deg, #071118, #080718);