#050c2e
a deep, electric blue · warm · closest name: black
RGB
5, 12, 46
HSL
230°, 80%, 10%
CMYK
89, 74, 0, 82
Luminance
0.0049
Every format
| HEX | #050c2e |
| RGB | rgb(5, 12, 46) |
| HSL | hsl(230, 80%, 10%) |
| CMYK | cmyk(89%, 74%, 0%, 82%) |
| LAB | lab(4.5 9.0 -22.6) |
| LCH | lch(4.5 24.4 291.6) |
| OKLCH | oklch(0.175 0.069 268.1) |
Copy-ready code
/* CSS */
color: #050c2e;
background-color: #050c2e;
/* Tailwind (arbitrary) */
class="text-[#050c2e] bg-[#050c2e]"
/* SCSS */
$brand: #050c2e;
/* SwiftUI */
Color(red: 0.020, green: 0.047, blue: 0.180)
/* Android */
Color.parseColor("#050c2e")Accessibility — WCAG contrast
Aa
#050c2e on white: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050c2e on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green4.7%
Blue18.0%
CMYK percentages
Cyan89.1%
Magenta73.9%
Yellow0.0%
Key (black)82.0%
Color previews
#050c2e text on a black background
contrast 1.10:1
Card sample
#050c2e text on a white background
contrast 19.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050c2e;
Background color
Panel with #050c2e background
background-color: #050c2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050c2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 12, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 12, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050c2e; background: linear-gradient(135deg, #050c2e, #19052E);