#04644a
a deep, electric cyan · cool · closest name: teal
RGB
4, 100, 74
HSL
164°, 92%, 20%
CMYK
96, 0, 26, 61
Luminance
0.0963
Every format
| HEX | #04644a |
| RGB | rgb(4, 100, 74) |
| HSL | hsl(164, 92%, 20%) |
| CMYK | cmyk(96%, 0%, 26%, 61%) |
| LAB | lab(37.2 -31.9 7.8) |
| LCH | lch(37.2 32.8 166.2) |
| OKLCH | oklch(0.447 0.090 167.2) |
Copy-ready code
/* CSS */
color: #04644a;
background-color: #04644a;
/* Tailwind (arbitrary) */
class="text-[#04644a] bg-[#04644a]"
/* SCSS */
$brand: #04644a;
/* SwiftUI */
Color(red: 0.016, green: 0.392, blue: 0.290)
/* Android */
Color.parseColor("#04644a")Accessibility — WCAG contrast
Aa
#04644a on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04644a on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green39.2%
Blue29.0%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow26.0%
Key (black)60.8%
Color previews
#04644a text on a black background
contrast 2.93:1
Card sample
#04644a text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04644a;
Background color
Panel with #04644a background
background-color: #04644a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04644a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 100, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 100, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04644a; background: linear-gradient(135deg, #04644a, #043E64);