#05071b
a deep, vivid blue · warm · closest name: black
RGB
5, 7, 27
HSL
235°, 69%, 6%
CMYK
82, 74, 0, 89
Luminance
0.0026
Every format
| HEX | #05071b |
| RGB | rgb(5, 7, 27) |
| HSL | hsl(235, 69%, 6%) |
| CMYK | cmyk(82%, 74%, 0%, 89%) |
| LAB | lab(2.4 3.5 -11.2) |
| LCH | lch(2.4 11.7 287.5) |
| OKLCH | oklch(0.141 0.044 273.7) |
Copy-ready code
/* CSS */
color: #05071b;
background-color: #05071b;
/* Tailwind (arbitrary) */
class="text-[#05071b] bg-[#05071b]"
/* SCSS */
$brand: #05071b;
/* SwiftUI */
Color(red: 0.020, green: 0.027, blue: 0.106)
/* Android */
Color.parseColor("#05071b")Accessibility — WCAG contrast
Aa
#05071b on white: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05071b on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green2.7%
Blue10.6%
CMYK percentages
Cyan81.5%
Magenta74.1%
Yellow0.0%
Key (black)89.4%
Color previews
#05071b text on a black background
contrast 1.05:1
Card sample
#05071b text on a white background
contrast 19.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05071b;
Background color
Panel with #05071b background
background-color: #05071b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05071b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 7, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 7, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05071b; background: linear-gradient(135deg, #05071b, #12051B);