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