#034643
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 70, 67
HSL
177°, 92%, 14%
CMYK
96, 0, 4, 73
Luminance
0.0480
Every format
| HEX | #034643 |
| RGB | rgb(3, 70, 67) |
| HSL | hsl(177, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 4%, 73%) |
| LAB | lab(26.2 -19.6 -3.7) |
| LCH | lch(26.2 20.0 190.6) |
| OKLCH | oklch(0.356 0.060 189.9) |
Copy-ready code
/* CSS */
color: #034643;
background-color: #034643;
/* Tailwind (arbitrary) */
class="text-[#034643] bg-[#034643]"
/* SCSS */
$brand: #034643;
/* SwiftUI */
Color(red: 0.012, green: 0.275, blue: 0.263)
/* Android */
Color.parseColor("#034643")Accessibility — WCAG contrast
Aa
#034643 on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034643 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.5%
Blue26.3%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow4.3%
Key (black)72.5%
Color previews
#034643 text on a black background
contrast 1.96:1
Card sample
#034643 text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034643;
Background color
Panel with #034643 background
background-color: #034643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 70, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 70, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034643; background: linear-gradient(135deg, #034643, #031C46);