#050524
a deep, electric blue · warm · closest name: black
RGB
5, 5, 36
HSL
240°, 76%, 8%
CMYK
86, 86, 0, 86
Luminance
0.0027
Every format
| HEX | #050524 |
| RGB | rgb(5, 5, 36) |
| HSL | hsl(240, 76%, 8%) |
| CMYK | cmyk(86%, 86%, 0%, 86%) |
| LAB | lab(2.4 7.4 -18.2) |
| LCH | lch(2.4 19.6 292.1) |
| OKLCH | oklch(0.145 0.064 274.8) |
Copy-ready code
/* CSS */
color: #050524;
background-color: #050524;
/* Tailwind (arbitrary) */
class="text-[#050524] bg-[#050524]"
/* SCSS */
$brand: #050524;
/* SwiftUI */
Color(red: 0.020, green: 0.020, blue: 0.141)
/* Android */
Color.parseColor("#050524")Accessibility — WCAG contrast
Aa
#050524 on white: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050524 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.0%
Blue14.1%
CMYK percentages
Cyan86.1%
Magenta86.1%
Yellow0.0%
Key (black)85.9%
Color previews
#050524 text on a black background
contrast 1.05:1
Card sample
#050524 text on a white background
contrast 19.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050524;
Background color
Panel with #050524 background
background-color: #050524;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050524;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 5, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 5, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050524; background: linear-gradient(135deg, #050524, #1A0524);