#002147
a deep, electric blue · cool · closest name: black
RGB
0, 33, 71
HSL
212°, 100%, 14%
CMYK
100, 54, 0, 72
Luminance
0.0154
Every format
| HEX | #002147 |
| RGB | rgb(0, 33, 71) |
| HSL | hsl(212, 100%, 14%) |
| CMYK | cmyk(100%, 54%, 0%, 72%) |
| LAB | lab(12.9 5.8 -27.0) |
| LCH | lch(12.9 27.6 282.1) |
| OKLCH | oklch(0.251 0.081 254.4) |
Copy-ready code
/* CSS */
color: #002147;
background-color: #002147;
/* Tailwind (arbitrary) */
class="text-[#002147] bg-[#002147]"
/* SCSS */
$brand: #002147;
/* SwiftUI */
Color(red: 0.000, green: 0.129, blue: 0.278)
/* Android */
Color.parseColor("#002147")Accessibility — WCAG contrast
Aa
#002147 on white: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002147 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green12.9%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta53.5%
Yellow0.0%
Key (black)72.2%
Color previews
#002147 text on a black background
contrast 1.31:1
Card sample
#002147 text on a white background
contrast 16.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002147;
Background color
Panel with #002147 background
background-color: #002147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 33, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 33, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002147; background: linear-gradient(135deg, #002147, #0E0047);