#050615
a deep, vivid blue · warm · closest name: black
RGB
5, 6, 21
HSL
236°, 62%, 5%
CMYK
76, 71, 0, 92
Luminance
0.0022
Every format
| HEX | #050615 |
| RGB | rgb(5, 6, 21) |
| HSL | hsl(236, 62%, 5%) |
| CMYK | cmyk(76%, 71%, 0%, 92%) |
| LAB | lab(2.0 2.3 -7.2) |
| LCH | lch(2.0 7.5 288.1) |
| OKLCH | oklch(0.132 0.034 276.7) |
Copy-ready code
/* CSS */
color: #050615;
background-color: #050615;
/* Tailwind (arbitrary) */
class="text-[#050615] bg-[#050615]"
/* SCSS */
$brand: #050615;
/* SwiftUI */
Color(red: 0.020, green: 0.024, blue: 0.082)
/* Android */
Color.parseColor("#050615")Accessibility — WCAG contrast
Aa
#050615 on white: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050615 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.4%
Blue8.2%
CMYK percentages
Cyan76.2%
Magenta71.4%
Yellow0.0%
Key (black)91.8%
Color previews
#050615 text on a black background
contrast 1.04:1
Card sample
#050615 text on a white background
contrast 20.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050615;
Background color
Panel with #050615 background
background-color: #050615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 6, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 6, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050615; background: linear-gradient(135deg, #050615, #0F0515);