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