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