#05132e
a deep, electric blue · cool · closest name: black
RGB
5, 19, 46
HSL
220°, 80%, 10%
CMYK
89, 59, 0, 82
Luminance
0.0070
Every format
| HEX | #05132e |
| RGB | rgb(5, 19, 46) |
| HSL | hsl(220, 80%, 10%) |
| CMYK | cmyk(89%, 59%, 0%, 82%) |
| LAB | lab(6.3 5.2 -19.7) |
| LCH | lch(6.3 20.4 284.8) |
| OKLCH | oklch(0.193 0.058 261.0) |
Copy-ready code
/* CSS */
color: #05132e;
background-color: #05132e;
/* Tailwind (arbitrary) */
class="text-[#05132e] bg-[#05132e]"
/* SCSS */
$brand: #05132e;
/* SwiftUI */
Color(red: 0.020, green: 0.075, blue: 0.180)
/* Android */
Color.parseColor("#05132e")Accessibility — WCAG contrast
Aa
#05132e on white: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#05132e on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green7.5%
Blue18.0%
CMYK percentages
Cyan89.1%
Magenta58.7%
Yellow0.0%
Key (black)82.0%
Color previews
#05132e text on a black background
contrast 1.14:1
Card sample
#05132e text on a white background
contrast 18.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05132e;
Background color
Panel with #05132e background
background-color: #05132e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05132e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 19, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 19, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05132e; background: linear-gradient(135deg, #05132e, #12052E);