#050621
a deep, vivid blue · warm · closest name: black
RGB
5, 6, 33
HSL
238°, 74%, 8%
CMYK
85, 82, 0, 87
Luminance
0.0027
Every format
| HEX | #050621 |
| RGB | rgb(5, 6, 33) |
| HSL | hsl(238, 74%, 8%) |
| CMYK | cmyk(85%, 82%, 0%, 87%) |
| LAB | lab(2.5 5.9 -15.8) |
| LCH | lch(2.5 16.9 290.4) |
| OKLCH | oklch(0.144 0.057 274.4) |
Copy-ready code
/* CSS */
color: #050621;
background-color: #050621;
/* Tailwind (arbitrary) */
class="text-[#050621] bg-[#050621]"
/* SCSS */
$brand: #050621;
/* SwiftUI */
Color(red: 0.020, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#050621")Accessibility — WCAG contrast
Aa
#050621 on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#050621 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.4%
Blue12.9%
CMYK percentages
Cyan84.8%
Magenta81.8%
Yellow0.0%
Key (black)87.1%
Color previews
#050621 text on a black background
contrast 1.05:1
Card sample
#050621 text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #050621;
Background color
Panel with #050621 background
background-color: #050621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #050621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #050621; background: linear-gradient(135deg, #050621, #170521);