#034342
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 66
HSL
179°, 91%, 14%
CMYK
96, 0, 2, 74
Luminance
0.0443
Every format
| HEX | #034342 |
| RGB | rgb(3, 67, 66) |
| HSL | hsl(179, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 2%, 74%) |
| LAB | lab(25.0 -18.4 -4.7) |
| LCH | lch(25.0 19.0 194.4) |
| OKLCH | oklch(0.347 0.058 193.1) |
Copy-ready code
/* CSS */
color: #034342;
background-color: #034342;
/* Tailwind (arbitrary) */
class="text-[#034342] bg-[#034342]"
/* SCSS */
$brand: #034342;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.259)
/* Android */
Color.parseColor("#034342")Accessibility — WCAG contrast
Aa
#034342 on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034342 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue25.9%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow1.5%
Key (black)73.7%
Color previews
#034342 text on a black background
contrast 1.89:1
Card sample
#034342 text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034342;
Background color
Panel with #034342 background
background-color: #034342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034342; background: linear-gradient(135deg, #034342, #031943);