#04493c
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 73, 60
HSL
169°, 90%, 15%
CMYK
95, 0, 18, 71
Luminance
0.0512
Every format
| HEX | #04493c |
| RGB | rgb(4, 73, 60) |
| HSL | hsl(169, 90%, 15%) |
| CMYK | cmyk(95%, 0%, 18%, 71%) |
| LAB | lab(27.1 -23.4 2.2) |
| LCH | lch(27.1 23.5 174.6) |
| OKLCH | oklch(0.363 0.066 175.3) |
Copy-ready code
/* CSS */
color: #04493c;
background-color: #04493c;
/* Tailwind (arbitrary) */
class="text-[#04493c] bg-[#04493c]"
/* SCSS */
$brand: #04493c;
/* SwiftUI */
Color(red: 0.016, green: 0.286, blue: 0.235)
/* Android */
Color.parseColor("#04493c")Accessibility — WCAG contrast
Aa
#04493c on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04493c on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green28.6%
Blue23.5%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow17.8%
Key (black)71.4%
Color previews
#04493c text on a black background
contrast 2.02:1
Card sample
#04493c text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04493c;
Background color
Panel with #04493c background
background-color: #04493c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04493c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 73, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 73, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04493c; background: linear-gradient(135deg, #04493c, #042849);