#050a11
a deep, vivid blue · cool · closest name: black
RGB
5, 10, 17
HSL
215°, 55%, 4%
CMYK
71, 41, 0, 93
Luminance
0.0029
Every format
| HEX | #050a11 |
| RGB | rgb(5, 10, 17) |
| HSL | hsl(215, 55%, 4%) |
| CMYK | cmyk(71%, 41%, 0%, 93%) |
| LAB | lab(2.6 -0.1 -3.7) |
| LCH | lch(2.6 3.7 268.0) |
| OKLCH | oklch(0.142 0.018 252.7) |
Copy-ready code
/* CSS */
color: #050a11;
background-color: #050a11;
/* Tailwind (arbitrary) */
class="text-[#050a11] bg-[#050a11]"
/* SCSS */
$brand: #050a11;
/* SwiftUI */
Color(red: 0.020, green: 0.039, blue: 0.067)
/* Android */
Color.parseColor("#050a11")Accessibility — WCAG contrast
Aa
#050a11 on white: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050a11 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green3.9%
Blue6.7%
CMYK percentages
Cyan70.6%
Magenta41.2%
Yellow0.0%
Key (black)93.3%
Color previews
#050a11 text on a black background
contrast 1.06:1
Card sample
#050a11 text on a white background
contrast 19.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050a11;
Background color
Panel with #050a11 background
background-color: #050a11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050a11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 10, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 10, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050a11; background: linear-gradient(135deg, #050a11, #080511);