#034f5c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 79, 92
HSL
189°, 94%, 19%
CMYK
97, 14, 0, 64
Luminance
0.0638
Every format
| HEX | #034f5c |
| RGB | rgb(3, 79, 92) |
| HSL | hsl(189, 94%, 19%) |
| CMYK | cmyk(97%, 14%, 0%, 64%) |
| LAB | lab(30.4 -15.5 -13.5) |
| LCH | lch(30.4 20.5 221.1) |
| OKLCH | oklch(0.394 0.068 213.8) |
Copy-ready code
/* CSS */
color: #034f5c;
background-color: #034f5c;
/* Tailwind (arbitrary) */
class="text-[#034f5c] bg-[#034f5c]"
/* SCSS */
$brand: #034f5c;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.361)
/* Android */
Color.parseColor("#034f5c")Accessibility — WCAG contrast
Aa
#034f5c on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f5c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue36.1%
CMYK percentages
Cyan96.7%
Magenta14.1%
Yellow0.0%
Key (black)63.9%
Color previews
#034f5c text on a black background
contrast 2.28:1
Card sample
#034f5c text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f5c;
Background color
Panel with #034f5c background
background-color: #034f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f5c; background: linear-gradient(135deg, #034f5c, #03145C);