#050f3d
a deep, electric blue · warm · closest name: midnightblue
RGB
5, 15, 61
HSL
229°, 85%, 13%
CMYK
92, 75, 0, 76
Luminance
0.0071
Every format
| HEX | #050f3d |
| RGB | rgb(5, 15, 61) |
| HSL | hsl(229, 85%, 13%) |
| CMYK | cmyk(92%, 75%, 0%, 76%) |
| LAB | lab(6.4 15.6 -30.5) |
| LCH | lch(6.4 34.2 297.1) |
| OKLCH | oklch(0.199 0.089 266.8) |
Copy-ready code
/* CSS */
color: #050f3d;
background-color: #050f3d;
/* Tailwind (arbitrary) */
class="text-[#050f3d] bg-[#050f3d]"
/* SCSS */
$brand: #050f3d;
/* SwiftUI */
Color(red: 0.020, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#050f3d")Accessibility — WCAG contrast
Aa
#050f3d on white: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050f3d on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green5.9%
Blue23.9%
CMYK percentages
Cyan91.8%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#050f3d text on a black background
contrast 1.14:1
Card sample
#050f3d text on a white background
contrast 18.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050f3d;
Background color
Panel with #050f3d background
background-color: #050f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050f3d; background: linear-gradient(135deg, #050f3d, #20053D);