#001336
a deep, electric blue · cool · closest name: black
RGB
0, 19, 54
HSL
219°, 100%, 11%
CMYK
100, 65, 0, 79
Luminance
0.0073
Every format
| HEX | #001336 |
| RGB | rgb(0, 19, 54) |
| HSL | hsl(219, 100%, 11%) |
| CMYK | cmyk(100%, 65%, 0%, 79%) |
| LAB | lab(6.6 8.3 -25.1) |
| LCH | lch(6.6 26.4 288.2) |
| OKLCH | oklch(0.197 0.075 258.5) |
Copy-ready code
/* CSS */
color: #001336;
background-color: #001336;
/* Tailwind (arbitrary) */
class="text-[#001336] bg-[#001336]"
/* SCSS */
$brand: #001336;
/* SwiftUI */
Color(red: 0.000, green: 0.075, blue: 0.212)
/* Android */
Color.parseColor("#001336")Accessibility — WCAG contrast
Aa
#001336 on white: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001336 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.5%
Blue21.2%
CMYK percentages
Cyan100.0%
Magenta64.8%
Yellow0.0%
Key (black)78.8%
Color previews
#001336 text on a black background
contrast 1.15:1
Card sample
#001336 text on a white background
contrast 18.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001336;
Background color
Panel with #001336 background
background-color: #001336;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001336;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 19, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 19, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001336; background: linear-gradient(135deg, #001336, #110036);