#043930
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 57, 48
HSL
170°, 87%, 12%
CMYK
93, 0, 16, 78
Luminance
0.0317
Every format
| HEX | #043930 |
| RGB | rgb(4, 57, 48) |
| HSL | hsl(170, 87%, 12%) |
| CMYK | cmyk(93%, 0%, 16%, 78%) |
| LAB | lab(20.7 -19.1 0.9) |
| LCH | lch(20.7 19.1 177.2) |
| OKLCH | oklch(0.309 0.055 177.8) |
Copy-ready code
/* CSS */
color: #043930;
background-color: #043930;
/* Tailwind (arbitrary) */
class="text-[#043930] bg-[#043930]"
/* SCSS */
$brand: #043930;
/* SwiftUI */
Color(red: 0.016, green: 0.224, blue: 0.188)
/* Android */
Color.parseColor("#043930")Accessibility — WCAG contrast
Aa
#043930 on white: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043930 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green22.4%
Blue18.8%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow15.8%
Key (black)77.6%
Color previews
#043930 text on a black background
contrast 1.63:1
Card sample
#043930 text on a white background
contrast 12.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043930;
Background color
Panel with #043930 background
background-color: #043930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 57, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 57, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043930; background: linear-gradient(135deg, #043930, #041F39);