#04524d
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 82, 77
HSL
176°, 91%, 17%
CMYK
95, 0, 6, 68
Luminance
0.0660
Every format
| HEX | #04524d |
| RGB | rgb(4, 82, 77) |
| HSL | hsl(176, 91%, 17%) |
| CMYK | cmyk(95%, 0%, 6%, 68%) |
| LAB | lab(30.9 -22.4 -3.2) |
| LCH | lch(30.9 22.6 188.1) |
| OKLCH | oklch(0.396 0.068 187.6) |
Copy-ready code
/* CSS */
color: #04524d;
background-color: #04524d;
/* Tailwind (arbitrary) */
class="text-[#04524d] bg-[#04524d]"
/* SCSS */
$brand: #04524d;
/* SwiftUI */
Color(red: 0.016, green: 0.322, blue: 0.302)
/* Android */
Color.parseColor("#04524d")Accessibility — WCAG contrast
Aa
#04524d on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04524d on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green32.2%
Blue30.2%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow6.1%
Key (black)67.8%
Color previews
#04524d text on a black background
contrast 2.32:1
Card sample
#04524d text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04524d;
Background color
Panel with #04524d background
background-color: #04524d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04524d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 82, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 82, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04524d; background: linear-gradient(135deg, #04524d, #042352);