#003c49
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 60, 73
HSL
191°, 100%, 14%
CMYK
100, 18, 0, 71
Luminance
0.0371
Every format
| HEX | #003c49 |
| RGB | rgb(0, 60, 73) |
| HSL | hsl(191, 100%, 14%) |
| CMYK | cmyk(100%, 18%, 0%, 71%) |
| LAB | lab(22.7 -12.1 -12.9) |
| LCH | lch(22.7 17.6 227.0) |
| OKLCH | oklch(0.329 0.059 217.8) |
Copy-ready code
/* CSS */
color: #003c49;
background-color: #003c49;
/* Tailwind (arbitrary) */
class="text-[#003c49] bg-[#003c49]"
/* SCSS */
$brand: #003c49;
/* SwiftUI */
Color(red: 0.000, green: 0.235, blue: 0.286)
/* Android */
Color.parseColor("#003c49")Accessibility — WCAG contrast
Aa
#003c49 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003c49 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.5%
Blue28.6%
CMYK percentages
Cyan100.0%
Magenta17.8%
Yellow0.0%
Key (black)71.4%
Color previews
#003c49 text on a black background
contrast 1.74:1
Card sample
#003c49 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003c49;
Background color
Panel with #003c49 background
background-color: #003c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 60, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 60, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003c49; background: linear-gradient(135deg, #003c49, #000B49);