#034b4f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 75, 79
HSL
183°, 93%, 16%
CMYK
96, 5, 0, 69
Luminance
0.0562
Every format
| HEX | #034b4f |
| RGB | rgb(3, 75, 79) |
| HSL | hsl(183, 93%, 16%) |
| CMYK | cmyk(96%, 5%, 0%, 69%) |
| LAB | lab(28.4 -18.1 -8.1) |
| LCH | lch(28.4 19.8 204.2) |
| OKLCH | oklch(0.376 0.063 201.1) |
Copy-ready code
/* CSS */
color: #034b4f;
background-color: #034b4f;
/* Tailwind (arbitrary) */
class="text-[#034b4f] bg-[#034b4f]"
/* SCSS */
$brand: #034b4f;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.310)
/* Android */
Color.parseColor("#034b4f")Accessibility — WCAG contrast
Aa
#034b4f on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034b4f on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue31.0%
CMYK percentages
Cyan96.2%
Magenta5.1%
Yellow0.0%
Key (black)69.0%
Color previews
#034b4f text on a black background
contrast 2.12:1
Card sample
#034b4f text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034b4f;
Background color
Panel with #034b4f background
background-color: #034b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034b4f; background: linear-gradient(135deg, #034b4f, #03184F);