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