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