#059592
a dark, electric cyan · cool · closest name: teal
RGB
5, 149, 146
HSL
179°, 94%, 30%
CMYK
97, 0, 2, 42
Luminance
0.2360
Every format
| HEX | #059592 |
| RGB | rgb(5, 149, 146) |
| HSL | hsl(179, 94%, 30%) |
| CMYK | cmyk(97%, 0%, 2%, 42%) |
| LAB | lab(55.7 -32.9 -7.8) |
| LCH | lch(55.7 33.9 193.4) |
| OKLCH | oklch(0.606 0.103 192.3) |
Copy-ready code
/* CSS */
color: #059592;
background-color: #059592;
/* Tailwind (arbitrary) */
class="text-[#059592] bg-[#059592]"
/* SCSS */
$brand: #059592;
/* SwiftUI */
Color(red: 0.020, green: 0.584, blue: 0.573)
/* Android */
Color.parseColor("#059592")Accessibility — WCAG contrast
Aa
#059592 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#059592 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green58.4%
Blue57.3%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow2.0%
Key (black)41.6%
Color previews
#059592 text on a black background
contrast 5.72:1
Card sample
#059592 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #059592;
Background color
Panel with #059592 background
background-color: #059592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #059592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 149, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 149, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #059592; background: linear-gradient(135deg, #059592, #053895);