#034031
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 64, 49
HSL
165°, 91%, 13%
CMYK
95, 0, 23, 75
Luminance
0.0391
Every format
| HEX | #034031 |
| RGB | rgb(3, 64, 49) |
| HSL | hsl(165, 91%, 13%) |
| CMYK | cmyk(95%, 0%, 23%, 75%) |
| LAB | lab(23.4 -22.5 4.1) |
| LCH | lch(23.4 22.8 169.7) |
| OKLCH | oklch(0.331 0.064 170.6) |
Copy-ready code
/* CSS */
color: #034031;
background-color: #034031;
/* Tailwind (arbitrary) */
class="text-[#034031] bg-[#034031]"
/* SCSS */
$brand: #034031;
/* SwiftUI */
Color(red: 0.012, green: 0.251, blue: 0.192)
/* Android */
Color.parseColor("#034031")Accessibility — WCAG contrast
Aa
#034031 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034031 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green25.1%
Blue19.2%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow23.4%
Key (black)74.9%
Color previews
#034031 text on a black background
contrast 1.78:1
Card sample
#034031 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034031;
Background color
Panel with #034031 background
background-color: #034031;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034031;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 64, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 64, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034031; background: linear-gradient(135deg, #034031, #032640);