#05071f
a deep, vivid blue · warm · closest name: black
RGB
5, 7, 31
HSL
235°, 72%, 7%
CMYK
84, 77, 0, 88
Luminance
0.0028
Every format
| HEX | #05071f |
| RGB | rgb(5, 7, 31) |
| HSL | hsl(235, 72%, 7%) |
| CMYK | cmyk(84%, 77%, 0%, 88%) |
| LAB | lab(2.6 4.8 -14.1) |
| LCH | lch(2.6 14.9 288.8) |
| OKLCH | oklch(0.145 0.051 273.4) |
Copy-ready code
/* CSS */
color: #05071f;
background-color: #05071f;
/* Tailwind (arbitrary) */
class="text-[#05071f] bg-[#05071f]"
/* SCSS */
$brand: #05071f;
/* SwiftUI */
Color(red: 0.020, green: 0.027, blue: 0.122)
/* Android */
Color.parseColor("#05071f")Accessibility — WCAG contrast
Aa
#05071f on white: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05071f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.7%
Blue12.2%
CMYK percentages
Cyan83.9%
Magenta77.4%
Yellow0.0%
Key (black)87.8%
Color previews
#05071f text on a black background
contrast 1.06:1
Card sample
#05071f text on a white background
contrast 19.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05071f;
Background color
Panel with #05071f background
background-color: #05071f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05071f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 7, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 7, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05071f; background: linear-gradient(135deg, #05071f, #14051F);