#002952
a deep, electric blue · cool · closest name: black
RGB
0, 41, 82
HSL
210°, 100%, 16%
CMYK
100, 50, 0, 68
Luminance
0.0220
Every format
| HEX | #002952 |
| RGB | rgb(0, 41, 82) |
| HSL | hsl(210, 100%, 16%) |
| CMYK | cmyk(100%, 50%, 0%, 68%) |
| LAB | lab(16.5 5.0 -28.8) |
| LCH | lch(16.5 29.2 279.8) |
| OKLCH | oklch(0.281 0.086 252.9) |
Copy-ready code
/* CSS */
color: #002952;
background-color: #002952;
/* Tailwind (arbitrary) */
class="text-[#002952] bg-[#002952]"
/* SCSS */
$brand: #002952;
/* SwiftUI */
Color(red: 0.000, green: 0.161, blue: 0.322)
/* Android */
Color.parseColor("#002952")Accessibility — WCAG contrast
Aa
#002952 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002952 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green16.1%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta50.0%
Yellow0.0%
Key (black)67.8%
Color previews
#002952 text on a black background
contrast 1.44:1
Card sample
#002952 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002952;
Background color
Panel with #002952 background
background-color: #002952;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002952;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 41, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 41, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002952; background: linear-gradient(135deg, #002952, #0E0052);