#05161f
a deep, vivid blue · cool · closest name: black
RGB
5, 22, 31
HSL
201°, 72%, 7%
CMYK
84, 29, 0, 88
Luminance
0.0071
Every format
| HEX | #05161f |
| RGB | rgb(5, 22, 31) |
| HSL | hsl(201, 72%, 7%) |
| CMYK | cmyk(84%, 29%, 0%, 88%) |
| LAB | lab(6.4 -3.0 -8.3) |
| LCH | lch(6.4 8.8 250.1) |
| OKLCH | oklch(0.190 0.030 233.1) |
Copy-ready code
/* CSS */
color: #05161f;
background-color: #05161f;
/* Tailwind (arbitrary) */
class="text-[#05161f] bg-[#05161f]"
/* SCSS */
$brand: #05161f;
/* SwiftUI */
Color(red: 0.020, green: 0.086, blue: 0.122)
/* Android */
Color.parseColor("#05161f")Accessibility — WCAG contrast
Aa
#05161f on white: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05161f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green8.6%
Blue12.2%
CMYK percentages
Cyan83.9%
Magenta29.0%
Yellow0.0%
Key (black)87.8%
Color previews
#05161f text on a black background
contrast 1.14:1
Card sample
#05161f text on a white background
contrast 18.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05161f;
Background color
Panel with #05161f background
background-color: #05161f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05161f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 22, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 22, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05161f; background: linear-gradient(135deg, #05161f, #05051F);