#034f44
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 79, 68
HSL
171°, 93%, 16%
CMYK
96, 0, 14, 69
Luminance
0.0603
Every format
| HEX | #034f44 |
| RGB | rgb(3, 79, 68) |
| HSL | hsl(171, 93%, 16%) |
| CMYK | cmyk(96%, 0%, 14%, 69%) |
| LAB | lab(29.5 -23.9 0.6) |
| LCH | lch(29.5 23.9 178.7) |
| OKLCH | oklch(0.384 0.069 179.1) |
Copy-ready code
/* CSS */
color: #034f44;
background-color: #034f44;
/* Tailwind (arbitrary) */
class="text-[#034f44] bg-[#034f44]"
/* SCSS */
$brand: #034f44;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.267)
/* Android */
Color.parseColor("#034f44")Accessibility — WCAG contrast
Aa
#034f44 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034f44 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue26.7%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow13.9%
Key (black)69.0%
Color previews
#034f44 text on a black background
contrast 2.21:1
Card sample
#034f44 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034f44;
Background color
Panel with #034f44 background
background-color: #034f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034f44; background: linear-gradient(135deg, #034f44, #03274F);