#034337
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 67, 55
HSL
169°, 91%, 14%
CMYK
96, 0, 18, 74
Luminance
0.0431
Every format
| HEX | #034337 |
| RGB | rgb(3, 67, 55) |
| HSL | hsl(169, 91%, 14%) |
| CMYK | cmyk(96%, 0%, 18%, 74%) |
| LAB | lab(24.7 -22.1 2.0) |
| LCH | lch(24.7 22.2 174.8) |
| OKLCH | oklch(0.343 0.063 175.5) |
Copy-ready code
/* CSS */
color: #034337;
background-color: #034337;
/* Tailwind (arbitrary) */
class="text-[#034337] bg-[#034337]"
/* SCSS */
$brand: #034337;
/* SwiftUI */
Color(red: 0.012, green: 0.263, blue: 0.216)
/* Android */
Color.parseColor("#034337")Accessibility — WCAG contrast
Aa
#034337 on white: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034337 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.3%
Blue21.6%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow17.9%
Key (black)73.7%
Color previews
#034337 text on a black background
contrast 1.86:1
Card sample
#034337 text on a white background
contrast 11.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034337;
Background color
Panel with #034337 background
background-color: #034337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 67, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 67, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034337; background: linear-gradient(135deg, #034337, #032443);