#002061
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 32, 97
HSL
220°, 100%, 19%
CMYK
100, 67, 0, 62
Luminance
0.0190
Every format
| HEX | #002061 |
| RGB | rgb(0, 32, 97) |
| HSL | hsl(220, 100%, 19%) |
| CMYK | cmyk(100%, 67%, 0%, 62%) |
| LAB | lab(14.9 18.7 -41.3) |
| LCH | lch(14.9 45.4 294.4) |
| OKLCH | oklch(0.274 0.121 261.4) |
Copy-ready code
/* CSS */
color: #002061;
background-color: #002061;
/* Tailwind (arbitrary) */
class="text-[#002061] bg-[#002061]"
/* SCSS */
$brand: #002061;
/* SwiftUI */
Color(red: 0.000, green: 0.125, blue: 0.380)
/* Android */
Color.parseColor("#002061")Accessibility — WCAG contrast
Aa
#002061 on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002061 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.5%
Blue38.0%
CMYK percentages
Cyan100.0%
Magenta67.0%
Yellow0.0%
Key (black)62.0%
Color previews
#002061 text on a black background
contrast 1.38:1
Card sample
#002061 text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002061;
Background color
Panel with #002061 background
background-color: #002061;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002061;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 32, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 32, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002061; background: linear-gradient(135deg, #002061, #210061);