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