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