#00163d
a deep, electric blue · cool · closest name: black
RGB
0, 22, 61
HSL
218°, 100%, 12%
CMYK
100, 64, 0, 76
Luminance
0.0091
Every format
| HEX | #00163d |
| RGB | rgb(0, 22, 61) |
| HSL | hsl(218, 100%, 12%) |
| CMYK | cmyk(100%, 64%, 0%, 76%) |
| LAB | lab(8.2 9.7 -27.5) |
| LCH | lch(8.2 29.2 289.3) |
| OKLCH | oklch(0.212 0.081 258.8) |
Copy-ready code
/* CSS */
color: #00163d;
background-color: #00163d;
/* Tailwind (arbitrary) */
class="text-[#00163d] bg-[#00163d]"
/* SCSS */
$brand: #00163d;
/* SwiftUI */
Color(red: 0.000, green: 0.086, blue: 0.239)
/* Android */
Color.parseColor("#00163d")Accessibility — WCAG contrast
Aa
#00163d on white: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00163d on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green8.6%
Blue23.9%
CMYK percentages
Cyan100.0%
Magenta63.9%
Yellow0.0%
Key (black)76.1%
Color previews
#00163d text on a black background
contrast 1.18:1
Card sample
#00163d text on a white background
contrast 17.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00163d;
Background color
Panel with #00163d background
background-color: #00163d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00163d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 22, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 22, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00163d; background: linear-gradient(135deg, #00163d, #13003D);