#043934
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 57, 52
HSL
174°, 87%, 12%
CMYK
93, 0, 9, 78
Luminance
0.0320
Every format
| HEX | #043934 |
| RGB | rgb(4, 57, 52) |
| HSL | hsl(174, 87%, 12%) |
| CMYK | cmyk(93%, 0%, 9%, 78%) |
| LAB | lab(20.8 -17.7 -1.6) |
| LCH | lch(20.8 17.8 185.2) |
| OKLCH | oklch(0.311 0.052 185.0) |
Copy-ready code
/* CSS */
color: #043934;
background-color: #043934;
/* Tailwind (arbitrary) */
class="text-[#043934] bg-[#043934]"
/* SCSS */
$brand: #043934;
/* SwiftUI */
Color(red: 0.016, green: 0.224, blue: 0.204)
/* Android */
Color.parseColor("#043934")Accessibility — WCAG contrast
Aa
#043934 on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043934 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green22.4%
Blue20.4%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow8.8%
Key (black)77.6%
Color previews
#043934 text on a black background
contrast 1.64:1
Card sample
#043934 text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043934;
Background color
Panel with #043934 background
background-color: #043934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 57, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 57, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043934; background: linear-gradient(135deg, #043934, #041B39);