#034c64
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 76, 100
HSL
195°, 94%, 20%
CMYK
97, 24, 0, 61
Luminance
0.0611
Every format
| HEX | #034c64 |
| RGB | rgb(3, 76, 100) |
| HSL | hsl(195, 94%, 20%) |
| CMYK | cmyk(97%, 24%, 0%, 61%) |
| LAB | lab(29.7 -10.6 -19.6) |
| LCH | lch(29.7 22.3 241.8) |
| OKLCH | oklch(0.389 0.075 228.0) |
Copy-ready code
/* CSS */
color: #034c64;
background-color: #034c64;
/* Tailwind (arbitrary) */
class="text-[#034c64] bg-[#034c64]"
/* SCSS */
$brand: #034c64;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.392)
/* Android */
Color.parseColor("#034c64")Accessibility — WCAG contrast
Aa
#034c64 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c64 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue39.2%
CMYK percentages
Cyan97.0%
Magenta24.0%
Yellow0.0%
Key (black)60.8%
Color previews
#034c64 text on a black background
contrast 2.22:1
Card sample
#034c64 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c64;
Background color
Panel with #034c64 background
background-color: #034c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c64; background: linear-gradient(135deg, #034c64, #030B64);