#05070c
a deep, soft blue · cool · closest name: black
RGB
5, 7, 12
HSL
223°, 41%, 3%
CMYK
58, 42, 0, 95
Luminance
0.0021
Every format
| HEX | #05070c |
| RGB | rgb(5, 7, 12) |
| HSL | hsl(223, 41%, 3%) |
| CMYK | cmyk(58%, 42%, 0%, 95%) |
| LAB | lab(1.9 0.2 -2.1) |
| LCH | lch(1.9 2.1 275.1) |
| OKLCH | oklch(0.128 0.013 263.6) |
Copy-ready code
/* CSS */
color: #05070c;
background-color: #05070c;
/* Tailwind (arbitrary) */
class="text-[#05070c] bg-[#05070c]"
/* SCSS */
$brand: #05070c;
/* SwiftUI */
Color(red: 0.020, green: 0.027, blue: 0.047)
/* Android */
Color.parseColor("#05070c")Accessibility — WCAG contrast
Aa
#05070c on white: 20.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05070c on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.7%
Blue4.7%
CMYK percentages
Cyan58.3%
Magenta41.7%
Yellow0.0%
Key (black)95.3%
Color previews
#05070c text on a black background
contrast 1.04:1
Card sample
#05070c text on a white background
contrast 20.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05070c;
Background color
Panel with #05070c background
background-color: #05070c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05070c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 7, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 7, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05070c; background: linear-gradient(135deg, #05070c, #08050C);