#051421
a deep, vivid blue · cool · closest name: black
RGB
5, 20, 33
HSL
208°, 74%, 8%
CMYK
85, 39, 0, 87
Luminance
0.0064
Every format
| HEX | #051421 |
| RGB | rgb(5, 20, 33) |
| HSL | hsl(208, 74%, 8%) |
| CMYK | cmyk(85%, 39%, 0%, 87%) |
| LAB | lab(5.8 -1.0 -10.7) |
| LCH | lch(5.8 10.7 264.9) |
| OKLCH | oklch(0.185 0.034 245.7) |
Copy-ready code
/* CSS */
color: #051421;
background-color: #051421;
/* Tailwind (arbitrary) */
class="text-[#051421] bg-[#051421]"
/* SCSS */
$brand: #051421;
/* SwiftUI */
Color(red: 0.020, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#051421")Accessibility — WCAG contrast
Aa
#051421 on white: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051421 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.8%
Blue12.9%
CMYK percentages
Cyan84.8%
Magenta39.4%
Yellow0.0%
Key (black)87.1%
Color previews
#051421 text on a black background
contrast 1.13:1
Card sample
#051421 text on a white background
contrast 18.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051421;
Background color
Panel with #051421 background
background-color: #051421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051421; background: linear-gradient(135deg, #051421, #090521);