#002b6e
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 43, 110
HSL
217°, 100%, 22%
CMYK
100, 61, 0, 57
Luminance
0.0285
Every format
| HEX | #002b6e |
| RGB | rgb(0, 43, 110) |
| HSL | hsl(217, 100%, 22%) |
| CMYK | cmyk(100%, 61%, 0%, 57%) |
| LAB | lab(19.4 16.3 -42.4) |
| LCH | lch(19.4 45.5 291.1) |
| OKLCH | oklch(0.311 0.125 259.7) |
Copy-ready code
/* CSS */
color: #002b6e;
background-color: #002b6e;
/* Tailwind (arbitrary) */
class="text-[#002b6e] bg-[#002b6e]"
/* SCSS */
$brand: #002b6e;
/* SwiftUI */
Color(red: 0.000, green: 0.169, blue: 0.431)
/* Android */
Color.parseColor("#002b6e")Accessibility — WCAG contrast
Aa
#002b6e on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002b6e on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.9%
Blue43.1%
CMYK percentages
Cyan100.0%
Magenta60.9%
Yellow0.0%
Key (black)56.9%
Color previews
#002b6e text on a black background
contrast 1.57:1
Card sample
#002b6e text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002b6e;
Background color
Panel with #002b6e background
background-color: #002b6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002b6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 43, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 43, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002b6e; background: linear-gradient(135deg, #002b6e, #1E006E);