#003d47
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 61, 71
HSL
189°, 100%, 14%
CMYK
100, 14, 0, 72
Luminance
0.0379
Every format
| HEX | #003d47 |
| RGB | rgb(0, 61, 71) |
| HSL | hsl(189, 100%, 14%) |
| CMYK | cmyk(100%, 14%, 0%, 72%) |
| LAB | lab(23.0 -13.5 -11.2) |
| LCH | lch(23.0 17.5 219.6) |
| OKLCH | oklch(0.331 0.058 212.7) |
Copy-ready code
/* CSS */
color: #003d47;
background-color: #003d47;
/* Tailwind (arbitrary) */
class="text-[#003d47] bg-[#003d47]"
/* SCSS */
$brand: #003d47;
/* SwiftUI */
Color(red: 0.000, green: 0.239, blue: 0.278)
/* Android */
Color.parseColor("#003d47")Accessibility — WCAG contrast
Aa
#003d47 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003d47 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.9%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta14.1%
Yellow0.0%
Key (black)72.2%
Color previews
#003d47 text on a black background
contrast 1.76:1
Card sample
#003d47 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003d47;
Background color
Panel with #003d47 background
background-color: #003d47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003d47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 61, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 61, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003d47; background: linear-gradient(135deg, #003d47, #000E47);