#003d52
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 61, 82
HSL
195°, 100%, 16%
CMYK
100, 26, 0, 68
Luminance
0.0395
Every format
| HEX | #003d52 |
| RGB | rgb(0, 61, 82) |
| HSL | hsl(195, 100%, 16%) |
| CMYK | cmyk(100%, 26%, 0%, 68%) |
| LAB | lab(23.5 -8.9 -17.6) |
| LCH | lch(23.5 19.8 243.1) |
| OKLCH | oklch(0.337 0.066 228.8) |
Copy-ready code
/* CSS */
color: #003d52;
background-color: #003d52;
/* Tailwind (arbitrary) */
class="text-[#003d52] bg-[#003d52]"
/* SCSS */
$brand: #003d52;
/* SwiftUI */
Color(red: 0.000, green: 0.239, blue: 0.322)
/* Android */
Color.parseColor("#003d52")Accessibility — WCAG contrast
Aa
#003d52 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003d52 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green23.9%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta25.6%
Yellow0.0%
Key (black)67.8%
Color previews
#003d52 text on a black background
contrast 1.79:1
Card sample
#003d52 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003d52;
Background color
Panel with #003d52 background
background-color: #003d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 61, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 61, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003d52; background: linear-gradient(135deg, #003d52, #000652);