#034c46
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 76, 70
HSL
175°, 92%, 16%
CMYK
96, 0, 8, 70
Luminance
0.0563
Every format
| HEX | #034c46 |
| RGB | rgb(3, 76, 70) |
| HSL | hsl(175, 92%, 16%) |
| CMYK | cmyk(96%, 0%, 8%, 70%) |
| LAB | lab(28.5 -21.8 -2.2) |
| LCH | lch(28.5 21.9 185.9) |
| OKLCH | oklch(0.375 0.065 185.7) |
Copy-ready code
/* CSS */
color: #034c46;
background-color: #034c46;
/* Tailwind (arbitrary) */
class="text-[#034c46] bg-[#034c46]"
/* SCSS */
$brand: #034c46;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.275)
/* Android */
Color.parseColor("#034c46")Accessibility — WCAG contrast
Aa
#034c46 on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034c46 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue27.5%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow7.9%
Key (black)70.2%
Color previews
#034c46 text on a black background
contrast 2.13:1
Card sample
#034c46 text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034c46;
Background color
Panel with #034c46 background
background-color: #034c46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034c46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034c46; background: linear-gradient(135deg, #034c46, #03214C);