#04534a
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 83, 74
HSL
173°, 91%, 17%
CMYK
95, 0, 11, 68
Luminance
0.0671
Every format
| HEX | #04534a |
| RGB | rgb(4, 83, 74) |
| HSL | hsl(173, 91%, 17%) |
| CMYK | cmyk(95%, 0%, 11%, 68%) |
| LAB | lab(31.1 -23.9 -0.9) |
| LCH | lch(31.1 23.9 182.1) |
| OKLCH | oklch(0.398 0.070 182.3) |
Copy-ready code
/* CSS */
color: #04534a;
background-color: #04534a;
/* Tailwind (arbitrary) */
class="text-[#04534a] bg-[#04534a]"
/* SCSS */
$brand: #04534a;
/* SwiftUI */
Color(red: 0.016, green: 0.325, blue: 0.290)
/* Android */
Color.parseColor("#04534a")Accessibility — WCAG contrast
Aa
#04534a on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04534a on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green32.5%
Blue29.0%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow10.8%
Key (black)67.5%
Color previews
#04534a text on a black background
contrast 2.34:1
Card sample
#04534a text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04534a;
Background color
Panel with #04534a background
background-color: #04534a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04534a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 83, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 83, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04534a; background: linear-gradient(135deg, #04534a, #042753);