#002d52
a deep, electric blue · cool · closest name: darkslategray
RGB
0, 45, 82
HSL
207°, 100%, 16%
CMYK
100, 45, 0, 68
Luminance
0.0249
Every format
| HEX | #002d52 |
| RGB | rgb(0, 45, 82) |
| HSL | hsl(207, 100%, 16%) |
| CMYK | cmyk(100%, 45%, 0%, 68%) |
| LAB | lab(17.9 2.0 -26.5) |
| LCH | lch(17.9 26.6 274.3) |
| OKLCH | oklch(0.292 0.081 249.4) |
Copy-ready code
/* CSS */
color: #002d52;
background-color: #002d52;
/* Tailwind (arbitrary) */
class="text-[#002d52] bg-[#002d52]"
/* SCSS */
$brand: #002d52;
/* SwiftUI */
Color(red: 0.000, green: 0.176, blue: 0.322)
/* Android */
Color.parseColor("#002d52")Accessibility — WCAG contrast
Aa
#002d52 on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002d52 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green17.6%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta45.1%
Yellow0.0%
Key (black)67.8%
Color previews
#002d52 text on a black background
contrast 1.50:1
Card sample
#002d52 text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002d52;
Background color
Panel with #002d52 background
background-color: #002d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 45, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 45, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002d52; background: linear-gradient(135deg, #002d52, #0A0052);