#051424
a deep, electric blue · cool · closest name: black
RGB
5, 20, 36
HSL
211°, 76%, 8%
CMYK
86, 44, 0, 86
Luminance
0.0066
Every format
| HEX | #051424 |
| RGB | rgb(5, 20, 36) |
| HSL | hsl(211, 76%, 8%) |
| CMYK | cmyk(86%, 44%, 0%, 86%) |
| LAB | lab(6.0 0.2 -12.7) |
| LCH | lch(6.0 12.7 270.7) |
| OKLCH | oklch(0.187 0.039 250.7) |
Copy-ready code
/* CSS */
color: #051424;
background-color: #051424;
/* Tailwind (arbitrary) */
class="text-[#051424] bg-[#051424]"
/* SCSS */
$brand: #051424;
/* SwiftUI */
Color(red: 0.020, green: 0.078, blue: 0.141)
/* Android */
Color.parseColor("#051424")Accessibility — WCAG contrast
Aa
#051424 on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#051424 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.8%
Blue14.1%
CMYK percentages
Cyan86.1%
Magenta44.4%
Yellow0.0%
Key (black)85.9%
Color previews
#051424 text on a black background
contrast 1.13:1
Card sample
#051424 text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #051424;
Background color
Panel with #051424 background
background-color: #051424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #051424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 20, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 20, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #051424; background: linear-gradient(135deg, #051424, #0B0524);