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