#002b67
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 43, 103
HSL
215°, 100%, 20%
CMYK
100, 58, 0, 60
Luminance
0.0271
Every format
| HEX | #002b67 |
| RGB | rgb(0, 43, 103) |
| HSL | hsl(215, 100%, 20%) |
| CMYK | cmyk(100%, 58%, 0%, 60%) |
| LAB | lab(18.8 13.2 -38.9) |
| LCH | lch(18.8 41.0 288.7) |
| OKLCH | oklch(0.305 0.115 258.4) |
Copy-ready code
/* CSS */
color: #002b67;
background-color: #002b67;
/* Tailwind (arbitrary) */
class="text-[#002b67] bg-[#002b67]"
/* SCSS */
$brand: #002b67;
/* SwiftUI */
Color(red: 0.000, green: 0.169, blue: 0.404)
/* Android */
Color.parseColor("#002b67")Accessibility — WCAG contrast
Aa
#002b67 on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002b67 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.9%
Blue40.4%
CMYK percentages
Cyan100.0%
Magenta58.3%
Yellow0.0%
Key (black)59.6%
Color previews
#002b67 text on a black background
contrast 1.54:1
Card sample
#002b67 text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002b67;
Background color
Panel with #002b67 background
background-color: #002b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 43, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 43, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002b67; background: linear-gradient(135deg, #002b67, #1A0067);