#034136
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 65, 54
HSL
169°, 91%, 13%
CMYK
95, 0, 17, 75
Luminance
0.0407
Every format
| HEX | #034136 |
| RGB | rgb(3, 65, 54) |
| HSL | hsl(169, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 17%, 75%) |
| LAB | lab(23.9 -21.4 1.5) |
| LCH | lch(23.9 21.5 175.9) |
| OKLCH | oklch(0.336 0.061 176.5) |
Copy-ready code
/* CSS */
color: #034136;
background-color: #034136;
/* Tailwind (arbitrary) */
class="text-[#034136] bg-[#034136]"
/* SCSS */
$brand: #034136;
/* SwiftUI */
Color(red: 0.012, green: 0.255, blue: 0.212)
/* Android */
Color.parseColor("#034136")Accessibility — WCAG contrast
Aa
#034136 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034136 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.5%
Blue21.2%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow16.9%
Key (black)74.5%
Color previews
#034136 text on a black background
contrast 1.81:1
Card sample
#034136 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034136;
Background color
Panel with #034136 background
background-color: #034136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 65, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 65, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034136; background: linear-gradient(135deg, #034136, #032341);