#002d44
a deep, electric blue · cool · closest name: darkslategray
RGB
0, 45, 68
HSL
200°, 100%, 13%
CMYK
100, 34, 0, 73
Luminance
0.0229
Every format
| HEX | #002d44 |
| RGB | rgb(0, 45, 68) |
| HSL | hsl(200, 100%, 13%) |
| CMYK | cmyk(100%, 34%, 0%, 73%) |
| LAB | lab(17.0 -4.5 -18.4) |
| LCH | lch(17.0 19.0 256.4) |
| OKLCH | oklch(0.282 0.062 237.6) |
Copy-ready code
/* CSS */
color: #002d44;
background-color: #002d44;
/* Tailwind (arbitrary) */
class="text-[#002d44] bg-[#002d44]"
/* SCSS */
$brand: #002d44;
/* SwiftUI */
Color(red: 0.000, green: 0.176, blue: 0.267)
/* Android */
Color.parseColor("#002d44")Accessibility — WCAG contrast
Aa
#002d44 on white: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002d44 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green17.6%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta33.8%
Yellow0.0%
Key (black)73.3%
Color previews
#002d44 text on a black background
contrast 1.46:1
Card sample
#002d44 text on a white background
contrast 14.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002d44;
Background color
Panel with #002d44 background
background-color: #002d44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002d44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 45, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 45, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002d44; background: linear-gradient(135deg, #002d44, #000044);